canmove, Confirmed users
2,883
edits
(link indieweb description of HWC until I have a chance to make a wikimo page for it, fix h-entry) |
(a few css3-ui updates) |
||
| Line 15: | Line 15: | ||
Web platform specifications (editing, in rough priority order) | Web platform specifications (editing, in rough priority order) | ||
* <span class="p-category category">[[CSS3-UI]]</span> (editor, and contributing to <span class="p-category category">[[CSS3]]</span> in general) | * <span class="p-category category">[[Tantek-Mozilla-Projects#CSS3_UI|CSS3-UI]]</span> (editor, and contributing to <span class="p-category category">[[CSS3]]</span> in general) | ||
* <span class="p-category category">[[#HTML5|HTML5]]</span> (contributing) | * <span class="p-category category">[[#HTML5|HTML5]]</span> (contributing) | ||
* <span class="p-category category">[[microformats2]]</span> editor of, including [http://microformats.org/wiki/microformats2-parsing microformats2 parsing spec], <span class="p-category category">[[hCard]]</span>, <span class="p-category category">[[hCalendar]]</span>, and other vocabularies. | * <span class="p-category category">[[microformats2]]</span> editor of, including [http://microformats.org/wiki/microformats2-parsing microformats2 parsing spec], <span class="p-category category">[[hCard]]</span>, <span class="p-category category">[[hCalendar]]</span>, and other vocabularies. | ||
| Line 176: | Line 176: | ||
*** ::value can be used for selecting/styling placeholder text (see [https://bugzilla.mozilla.org/show_bug.cgi?id=457801#c25 bug 457801 comment 25]) | *** ::value can be used for selecting/styling placeholder text (see [https://bugzilla.mozilla.org/show_bug.cgi?id=457801#c25 bug 457801 comment 25]) | ||
*** ::choices can theoretically be used to style the popped-up state of a <code><select></code> pop-up menu. No known implementations. | *** ::choices can theoretically be used to style the popped-up state of a <code><select></code> pop-up menu. No known implementations. | ||
*** ::repeat-item - no known applicability to HTML(5) form controls, at-risk in CSS3-UI, | *** ::repeat-item - no known applicability to HTML(5) form controls, at-risk in CSS3-UI, resolved to be dropped. | ||
*** ::repeat-index - no known applicability to HTML(5) form controls, at-risk in CSS3-UI, | *** ::repeat-index - no known applicability to HTML(5) form controls, at-risk in CSS3-UI, resolved to be dropped. | ||
** consider additional pseudo-elements based on vendor prefixed pseudos | ** consider additional pseudo-elements based on vendor prefixed pseudos | ||
*** Safari 5 supports pseudo-elements for restyling overflow scrollbars | *** Safari 5 supports pseudo-elements for restyling overflow scrollbars | ||
| Line 303: | Line 303: | ||
:http://www.w3.org/TR/css3-ui/ | :http://www.w3.org/TR/css3-ui/ | ||
;latest development / in progress draft | ;latest development / in progress draft | ||
:http://dev.w3.org/csswg/ | :http://dev.w3.org/csswg/css-ui/ | ||
;spec source (for editing) | ;spec source (for editing) | ||
:http://dev.w3.org/csswg/ | :http://dev.w3.org/csswg/css-ui/Overview.bs | ||
;test suite | ;test suite | ||
: | :http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/ | ||
;implementation reports of the test suite | ;implementation reports of the test suite | ||
:TBD | :TBD | ||