Skip to content

Commit b60f917

Browse files
committed
[css-ui-3] Switch draft back to ED after CR publication
1 parent e20fac7 commit b60f917

File tree

2 files changed

+173
-394
lines changed

2 files changed

+173
-394
lines changed

css-ui/Overview.bs

+6-77
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<pre class='metadata'>
55
ED: http://dev.w3.org/csswg/css-ui/
66
TR: http://www.w3.org/TR/css3-ui/
7-
Previous Version: http://www.w3.org/TR/2015/WD-css3-ui-20150519/
7+
Previous Version: http://www.w3.org/TR/2015/WD-css3-ui-20150707/
88
Shortname: css-ui
99
Level: 3
1010
Group: csswg
1111
!Issue Tracking: <a href="https://wiki.csswg.org/spec/css3-ui">https://wiki.csswg.org/spec/css3-ui</a>
12-
Status: CR
13-
Work Status: Refining
12+
Status: ED
13+
Work Status: Testing
1414
Editor: Tantek Çelik, Mozilla https://www.mozilla.org/en-US/, tantek@cs.stanford.edu, http://tantek.com
1515
Editor: Florian Rivoal, Invited Expert, florian@rivoal.net, http://florian.rivoal.net
1616
Abstract: This specification describes user interface related
@@ -20,7 +20,6 @@ Abstract: This specification describes user interface related
2020
properties and values of CSS level&nbsp;2 revision 1.
2121
It uses various
2222
properties and values to style basic user interface elements in a document.
23-
Date: 2015-07-07
2423
Deadline: 2015-10-07
2524
Link Defaults: css-color-3 (property) color
2625
Link Defaults: css21 (property) min-width
@@ -1506,81 +1505,11 @@ and
15061505

15071506
This appendix is <em>informative</em>.
15081507

1509-
In general this draft contains
1510-
editorial/grammatical/spelling corrections,
1511-
and a few new informative examples.
15121508
This appendix describes functional changes from the
1513-
<a href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/"
1514-
>Working Draft (WD) of 17 Jan 2012</a>
1515-
that were made to reflect implementer adoption (or lack thereof),
1516-
as well as implementer innovations,
1517-
and feedback from the general public.
1518-
In particular, changes since the previous draft fall into one of
1519-
three categories:
1509+
<a href="http://www.w3.org/TR/2015/CR-css-ui-3-20150707/"
1510+
>Candidate Recommendation (CR) of 7 Jul 2015</a>.
15201511

1521-
<ul>
1522-
<li>Minor refinements to features based on implementation experience.
1523-
<!-- e.g. cursor applying to border, padding, content areas -->
1524-
1525-
<li>Dropping features that were not implemented,
1526-
or were insufficiently implemented to exit CR.
1527-
<!-- e.g. System Appearance -->
1528-
<li>Adding a small number of new but already interoperably
1529-
implemented features.
1530-
<!-- e.g. text-overflow -->
1531-
</ul>
1532-
1533-
<h3 class="no-num no-toc" id="changes-since-2015-05">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150519/">2015-05-19 Working Draft</a></h3>
1534-
1535-
<ul>
1536-
<li>Strengthened accessibility related messages about use and abuse of the 'outline' property
1537-
<li>Changed the handling of unsupported 'cursor' values to standard CSS error handling.
1538-
<li>Dropped the padding-box value of the 'box-sizing' property
1539-
due to no implementation interest from UA vendors.
1540-
<li>Clarified that the 'cursor' property affects the shape of the cursor
1541-
when within the <a>border edge</a>
1542-
<li>Added 'resize: both' to the default HTML stylesheet for textarea elements
1543-
</ul>
1544-
1545-
<h3 class="no-num no-toc" id="changes-since-2015-04">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150409/">2015-04-09 Working Draft</a></h3>
1546-
1547-
<ul>
1548-
<li>'box-sizing' effects on CSS 2.1 width and height computations specified much more explicitly.
1549-
<li>'cursor' image formats normatively required.
1550-
<li>'caret-color' is inherited and animatable.
1551-
<li>New informative appendix on Considerations for Security and Privacy.
1552-
</ul>
1553-
1554-
<h3 class="no-num no-toc" id="changes-since-2015-03">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150310/">2015-03-10 Working Draft</a></h3>
1555-
1556-
<p>Only editorial changes were made.
1557-
1558-
<h3 class="no-num no-toc" id="changes-since-2015-02">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150224/">2015-02-24 Working Draft</a></h3>
1559-
1560-
<ul>
1561-
<li><css>::value</css> and <css>::choices</css> pseudo-elements
1562-
have been dropped due to insufficient implementer interest.
1563-
As they were published in a previous CR draft,
1564-
they may be re-added in a future level
1565-
if implementers show interest and intent to implement.
1566-
</ul>
1567-
1568-
<h3 class="no-num no-toc" id="changes-since-2012">List of substantial changes since the <a href="http://www.w3.org/TR/2012/WD-css3-ui-20120117/">2012-02-17 Last Call Working Draft</a></h3>
1569-
1570-
<ul>
1571-
<li><css>::value</css> pseudo-element. Added detail about which properties apply to the ::value pseudo-element.
1572-
<li>'text-overflow' property - added <<string>> value and 2 values option, both explicitly at risk.
1573-
<li>'nav-up', 'nav-right', 'nav-down', and 'nav-left' properties removed from the "at risk" list.
1574-
<li>Dropped the nav-index property due to lack of implementation interest.
1575-
<li>'cursor' values "grab" and "grabbing" added per multiple interoperable implementations.
1576-
<li>Numerous UI selectors moved to Selectors4 and CSS Pseudo module.
1577-
<li>add 'caret-color' property, but at risk.
1578-
<li>'ime-mode' explicitly obsoleted.
1579-
<li>'outline-offset' define negative values.
1580-
<li>Dropped the icon property.
1581-
<li>Dropped the icon value of the content property.
1582-
<li>XForms-only pseudo-elements dropped.
1583-
</ul>
1512+
<em>No changes so far.</em>
15841513

15851514
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>
15861515

0 commit comments

Comments
 (0)