You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that were made to reflect implementer adoption (or lack thereof), as well as implementer innovations.
1504
+
that were made to reflect implementer adoption (or lack thereof),
1505
+
as well as implementer innovations,
1506
+
and feedback from the general public.
1505
1507
In particular, changes since the previous draft fall into one of
1506
1508
three categories:
1507
1509
@@ -1517,16 +1519,57 @@ implemented features.
1517
1519
<!-- e.g. text-overflow -->
1518
1520
</ul>
1519
1521
1520
-
<h3 class="no-num" id="changes-list">List of substantial changes</h3>
1522
+
<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>
1523
+
1524
+
<ul>
1525
+
<li>Strengthened accessibility related messages about use and abuse of the 'outline' property
1526
+
<li>Changed the handling of unsupported 'cursor' values to standard CSS error handling.
1527
+
<li>Dropped the padding-box value of the 'box-sizing' property
1528
+
due to no implementation interest from UA vendors.
1529
+
<li>Clarified that the 'cursor' property affects the shape of the cursor
1530
+
when within the <a>border edge</a>
1531
+
<li>Added 'resize: both' to the default HTML stylesheet for <{textarea}> elements
1532
+
</ul>
1533
+
1534
+
<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>
1521
1535
1522
1536
<ul>
1523
1537
<li>'box-sizing' effects on CSS 2.1 width and height computations specified much more explicitly.
1524
1538
<li>'cursor' image formats normatively required.
1525
1539
<li>'caret-color' is inherited and animatable.
1526
1540
<li>New informative appendix on Considerations for Security and Privacy.
1541
+
</ul>
1542
+
1543
+
<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>
1527
1544
1545
+
<p>Only editorial changes were made.
1546
+
1547
+
<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>
1548
+
1549
+
<ul>
1550
+
<li><css>::value</css> and <css>::choices</css> pseudo-elements
1551
+
have been dropped due to insufficient implementer interest.
1552
+
As they were published in a previous CR draft,
1553
+
they may be re-added in a future level
1554
+
if implementers show interest and intent to implement.
1528
1555
</ul>
1529
1556
1557
+
<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>
1558
+
1559
+
<ul>
1560
+
<li><css>::value</css> pseudo-element. Added detail about which properties apply to the ::value pseudo-element.
1561
+
<li>'text-overflow' property - added <<string>> value and 2 values option, both explicitly at risk.
1562
+
<li>'nav-up', 'nav-right', 'nav-down', and 'nav-left' properties removed from the "at risk" list.
1563
+
<li>Dropped the nav-index property due to lack of implementation interest.
1564
+
<li>'cursor' values "grab" and "grabbing" added per multiple interoperable implementations.
1565
+
<li>Numerous UI selectors moved to Selectors4 and CSS Pseudo module.
1566
+
<li>add 'caret-color' property, but at risk.
1567
+
<li>'ime-mode' explicitly obsoleted.
1568
+
<li>'outline-offset' define negative values.
1569
+
<li>Dropped the icon property.
1570
+
<li>Dropped the icon value of the 'content' property.
1571
+
<li>XForms-only pseudo-elements dropped.
1572
+
</ul>
1530
1573
1531
1574
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>
<li><ahref="#acknowledgments"><spanclass="secno"></span><spanclass="content">Appendix A. Acknowledgments</span></a>
383
383
<li><ahref="#changes"><spanclass="secno"></span><spanclass="content">Appendix B. Changes</span></a>
384
-
<ulclass="toc">
385
-
<li><ahref="#changes-list"><spanclass="secno"></span><spanclass="content">List of substantial changes</span></a>
386
-
</ul>
387
384
<li><ahref="#security-privacy-considerations"><spanclass="secno"></span><spanclass="content">Appendix C. Considerations for Security and Privacy</span></a>
388
385
<li><ahref="#default-style-sheet"><spanclass="secno"></span><spanclass="content">Appendix D. Default style sheet additions for HTML</span></a>
389
386
<li><ahref="#test-suite"><spanclass="secno"></span><spanclass="content">Appendix E: Test Suite</span></a>
<h3class="no-num heading settled" id="changes-list"><spanclass="content">List of substantial changes</span><aclass="self-link" href="#changes-list"></a></h3>
3435
+
<h3class="no-num no-toc heading settled" id="changes-since-2015-05"><spanclass="content">List of substantial changes since the <ahref="http://www.w3.org/TR/2015/WD-css3-ui-20150519/">2015-05-19 Working Draft</a></span><aclass="self-link" href="#changes-since-2015-05"></a></h3>
3436
+
3437
+
3438
+
<ul>
3439
+
3440
+
<li>Strengthened accessibility related messages about use and abuse of the <aclass="property" data-link-type="propdesc" href="#propdef-outline">outline</a> property
3441
+
3442
+
<li>Changed the handling of unsupported <aclass="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> values to standard CSS error handling.
3443
+
3444
+
<li>Dropped the padding-box value of the <aclass="property" data-link-type="propdesc" href="#propdef-box-sizing">box-sizing</a> property
3445
+
due to no implementation interest from UA vendors.
3446
+
3447
+
<li>Clarified that the <aclass="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> property affects the shape of the cursor
3448
+
when within the <adata-link-type="dfn" href="http://www.w3.org/TR/CSS21/box.html#border-edgeborder-edge">border edge</a>
3449
+
3450
+
<li>Added 'resize: both' to the default HTML stylesheet for <code><adata-link-type="element" href="https://html.spec.whatwg.org/multipage/forms.html#the-textarea-element">textarea</a></code> elements
3451
+
</ul>
3452
+
3453
+
3454
+
<h3class="no-num no-toc heading settled" id="changes-since-2015-04"><spanclass="content">List of substantial changes since the <ahref="http://www.w3.org/TR/2015/WD-css3-ui-20150409/">2015-04-09 Working Draft</a></span><aclass="self-link" href="#changes-since-2015-04"></a></h3>
<li><aclass="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> is inherited and animatable.
3446
3464
3447
3465
<li>New informative appendix on Considerations for Security and Privacy.
3466
+
</ul>
3467
+
3468
+
3469
+
<h3class="no-num no-toc heading settled" id="changes-since-2015-03"><spanclass="content">List of substantial changes since the <ahref="http://www.w3.org/TR/2015/WD-css3-ui-20150310/">2015-03-10 Working Draft</a></span><aclass="self-link" href="#changes-since-2015-03"></a></h3>
3470
+
3471
+
3472
+
<p>Only editorial changes were made.
3473
+
3474
+
</p>
3475
+
<h3class="no-num no-toc heading settled" id="changes-since-2015-02"><spanclass="content">List of substantial changes since the <ahref="http://www.w3.org/TR/2015/WD-css3-ui-20150224/">2015-02-24 Working Draft</a></span><aclass="self-link" href="#changes-since-2015-02"></a></h3>
3476
+
3477
+
3478
+
<ul>
3448
3479
3480
+
<li><spanclass="css">::value</span> and <spanclass="css">::choices</span> pseudo-elements
3481
+
have been dropped due to insufficient implementer interest.
3482
+
As they were published in a previous CR draft,
3483
+
they may be re-added in a future level
3484
+
if implementers show interest and intent to implement.
3449
3485
</ul>
3450
3486
3451
3487
3488
+
<h3class="no-num no-toc heading settled" id="changes-since-2012"><spanclass="content">List of substantial changes since the <ahref="http://www.w3.org/TR/2012/WD-css3-ui-20120117/">2012-02-17 Last Call Working Draft</a></span><aclass="self-link" href="#changes-since-2012"></a></h3>
3489
+
3490
+
3491
+
<ul>
3492
+
3493
+
<li><spanclass="css">::value</span> pseudo-element. Added detail about which properties apply to the ::value pseudo-element.
3494
+
3495
+
<li><aclass="property" data-link-type="propdesc" href="#propdef-text-overflow">text-overflow</a> property - added <aclass="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#string-value" title="Expands to: "><string></a> value and 2 values option, both explicitly at risk.
3496
+
3497
+
<li><aclass="property" data-link-type="propdesc" href="#propdef-nav-up">nav-up</a>, <aclass="property" data-link-type="propdesc" href="#propdef-nav-right">nav-right</a>, <aclass="property" data-link-type="propdesc" href="#propdef-nav-down">nav-down</a>, and <aclass="property" data-link-type="propdesc" href="#propdef-nav-left">nav-left</a> properties removed from the "at risk" list.
3498
+
3499
+
<li>Dropped the nav-index property due to lack of implementation interest.
3500
+
3501
+
<li><aclass="property" data-link-type="propdesc" href="#propdef-cursor">cursor</a> values "grab" and "grabbing" added per multiple interoperable implementations.
3502
+
3503
+
<li>Numerous UI selectors moved to Selectors4 and CSS Pseudo module.
3504
+
3505
+
<li>add <aclass="property" data-link-type="propdesc" href="#propdef-caret-color">caret-color</a> property, but at risk.
<li>Dropped the icon value of the <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-content-3/#propdef-content">content</a> property.
3514
+
3515
+
<li>XForms-only pseudo-elements dropped.
3516
+
</ul>
3517
+
3452
3518
3453
3519
<h2class="no-num heading settled" id="security-privacy-considerations"><spanclass="content">Appendix C. Considerations for Security and Privacy</span><aclass="self-link" href="#security-privacy-considerations"></a></h2>
<dd>Tantek Çelik; Chris Lilley; David Baron. <ahref="http://www.w3.org/TR/css3-color">CSS Color Module Level 3</a>. 7 June 2011. REC. URL: <ahref="http://www.w3.org/TR/css3-color">http://www.w3.org/TR/css3-color</a>
0 commit comments