@@ -6,8 +6,9 @@ Previous Version: https://www.w3.org/TR/2017/PR-css-ui-3-20171214/
66Shortname : css-ui
77Level : 3
88Group : csswg
9- Status : ED
10- Prepare for TR : no
9+ Status : REC
10+ Date : 2026-04-07
11+ Prepare for TR : yes
1112Work Status : completed
1213Editor : Tantek Çelik, Mozilla https://www.mozilla.org/, tantek@cs.stanford.edu, http://tantek.com, w3cid 1464
1314Editor : Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241
@@ -84,6 +85,8 @@ spec:css-backgrounds-3;
8485 text:border-radius;
8586 type:type; text:<line-width>
8687 type:value; for:border-style; text:none
88+ spec:css-gaps-1; type:property;
89+ text:column-rule-width
8790</pre>
8891
8992<!-- Some of the following definitions have existing exported definitions from other specs,
@@ -893,6 +896,8 @@ text-overflow-string-002.html
893896text-overflow-string-003.html
894897text-overflow-string-004.html
895898text-overflow-string-005.html
899+ text-overflow-string-006.html
900+ text-overflow-string-007.html
896901text-overflow.html
897902</wpt>
898903
@@ -1200,6 +1205,7 @@ cursor-image-png-028-manual.html
12001205cursor-image-png-036-manual.html
12011206cursor-image-png-040-manual.html
12021207cursor-image-png-042-manual.html
1208+ cursor-input-001-manual.html
12031209cursor-001-manual.html
12041210cursor-002-manual.html
12051211cursor-003-manual.html
@@ -1444,7 +1450,7 @@ they must be clamped (independently) to fit.
14441450 </code></pre>
14451451
14461452 This example sets the cursor on all hyperlinks (whether visited or not)
1447- to an external <a href="https://www.w3.org/TR/SVG /interact.html#CursorElement">SVG cursor</a> ([[SVG11]] , section 16.8.3).
1453+ to an external <a href="https://www.w3.org/TR/SVG11 /interact.html#CursorElement">SVG cursor</a> ([[SVG11]] , section 16.8.3).
14481454 User agents that don't support SVG cursors would simply skip
14491455 to the next value and attempt to use the "hyper.cur" cursor.
14501456 If that cursor format was also not supported,
@@ -1721,9 +1727,9 @@ caret-color:#00aacc
17211727
17221728"ime-mode" is a property somewhat implemented in some browsers, that is problematic and officially obsoleted by this specification.
17231729
1724- There is documentation of
1730+ <!-- There is documentation of
17251731<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode">non-interoperability of these implementations.
1726- </a>
1732+ </a> -->
17271733
17281734User agents should not support the <css> ime-mode</css> property.
17291735
@@ -2079,6 +2085,7 @@ accent-color-radio-checked-001.html
20792085accent-color-visited.html
20802086animation/accent-color-interpolation.html
20812087appearance-auto-001.html
2088+ appearance-auto-details-list-item.html
20822089appearance-auto-input-non-widget-001.html
20832090appearance-auto-non-html-namespace-001.html
20842091appearance-button-001.html
@@ -3026,8 +3033,10 @@ parsing/canonical-order-outline-sub-properties-001.html
30263033parsing/interactivity-computed.html
30273034parsing/interactivity.html
30283035parsing/user-select-computed.html
3036+ parsing/user-select-computed-contain.html
30293037parsing/user-select-invalid.html
30303038parsing/user-select-valid.html
3039+ parsing/user-select-valid-contain.html
30313040parsing/webkit-appearance-alias.html
30323041pointer-events-no-scrollbars-001.html
30333042pointer-events-no-scrollbars-002.html
@@ -3081,3 +3090,8 @@ tentative/webkit-user-modify-01.html
30813090tentative/webkit-user-modify-02.html
30823091tentative/webkit-user-modify-03.html
30833092</wpt>
3093+
3094+
3095+ <wpt hidden title="crashers">
3096+ crashtests/chrome-bug-467732064.html
3097+ </wpt>
0 commit comments