Difference between revisions of "CSS"

From WebOS Internals
Jump to navigation Jump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
   <td>[%|px] [solid|dotted|etc...] [color]</td>
 
   <td>[%|px] [solid|dotted|etc...] [color]</td>
 
   <td>Fully Supported</td>
 
   <td>Fully Supported</td>
 +
</tr>
 +
<tr>
 +
  <td class="yes">✔</td>
 +
  <td>-webkit-background-size</td>
 +
  <td>[%|px] [%|px]</td>
 +
  <td>Works</td>
 +
</tr>
 +
<tr>
 +
  <td class="yes">✔</td>
 +
  <td>-webkit-user-select</td>
 +
  <td>none</td>
 +
  <td>"ignore" value does nothing</td>
 
  </tr>
 
  </tr>
 
</table>
 
</table>

Latest revision as of 19:13, 22 November 2009

Just a huge list of all CSS supported.

Property Example Comment
Border
border [%|px] [solid|dotted|etc...] [color] Fully Supported
-webkit-background-size [%|px] [%|px] Works
-webkit-user-select none "ignore" value does nothing