Changes

22 bytes added ,  21:07, 15 November 2022
m
Small formatting fix
Line 808: Line 808:  
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser)
 
* HTML5Test.com say that Drag and drop is supported but it's not (code on WebKit is ready, but it's not implemented on interface of browser)
 
* Webpages are rendered with the RGB565 color format.
 
* Webpages are rendered with the RGB565 color format.
** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas `setFillColor` and `setStrokeColor` functions accept RGB565 colors when provided with parameters for red, green, blue, and alpha, respectively.
+
** Most RGB colors on the web are specified in RGB8 format, but the 2D canvas <code>setFillColor</code> and <code>setStrokeColor</code> functions accept RGB565 colors when provided with parameters for red, green, blue, and alpha, respectively.
    
==Tips==
 
==Tips==
26

edits