Skip to content

Commit 48c2137

Browse files
committed
[css-ui-3][editorial] prepare for publication
1 parent d657767 commit 48c2137

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

css-ui-3/Overview.bs

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ Previous Version: https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/2017/PR-css-ui-3-20171214/
66
Shortname: css-ui
77
Level: 3
88
Group: csswg
9-
Status: ED
10-
Prepare for TR: no
9+
Status: REC
10+
Date: 2026-04-07
11+
Prepare for TR: yes
1112
Work Status: completed
1213
Editor: Tantek Çelik, Mozilla https://un5gmtkzgj4bq3uede8f6wr.julianrbryant.com/, tantek@cs.stanford.edu, https://umn86xtw2k740.julianrbryant.com, w3cid 1464
1314
Editor: Florian Rivoal, On behalf of Bloomberg, https://umn6ec8mwazx69pkwjkbfgr9.julianrbryant.com/, 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
893896
text-overflow-string-003.html
894897
text-overflow-string-004.html
895898
text-overflow-string-005.html
899+
text-overflow-string-006.html
900+
text-overflow-string-007.html
896901
text-overflow.html
897902
</wpt>
898903

@@ -1200,6 +1205,7 @@ cursor-image-png-028-manual.html
12001205
cursor-image-png-036-manual.html
12011206
cursor-image-png-040-manual.html
12021207
cursor-image-png-042-manual.html
1208+
cursor-input-001-manual.html
12031209
cursor-001-manual.html
12041210
cursor-002-manual.html
12051211
cursor-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://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/SVG/interact.html#CursorElement">SVG cursor</a> ([[SVG11]], section 16.8.3).
1453+
to an external <a href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/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://un5j2j18xhuv2emkwgjjkgb49yug.julianrbryant.com/en-US/docs/Web/CSS/ime-mode">non-interoperability of these implementations.
1726-
</a>
1732+
</a> -->
17271733

17281734
User agents should not support the <css>ime-mode</css> property.
17291735

@@ -2079,6 +2085,7 @@ accent-color-radio-checked-001.html
20792085
accent-color-visited.html
20802086
animation/accent-color-interpolation.html
20812087
appearance-auto-001.html
2088+
appearance-auto-details-list-item.html
20822089
appearance-auto-input-non-widget-001.html
20832090
appearance-auto-non-html-namespace-001.html
20842091
appearance-button-001.html
@@ -3026,8 +3033,10 @@ parsing/canonical-order-outline-sub-properties-001.html
30263033
parsing/interactivity-computed.html
30273034
parsing/interactivity.html
30283035
parsing/user-select-computed.html
3036+
parsing/user-select-computed-contain.html
30293037
parsing/user-select-invalid.html
30303038
parsing/user-select-valid.html
3039+
parsing/user-select-valid-contain.html
30313040
parsing/webkit-appearance-alias.html
30323041
pointer-events-no-scrollbars-001.html
30333042
pointer-events-no-scrollbars-002.html
@@ -3081,3 +3090,8 @@ tentative/webkit-user-modify-01.html
30813090
tentative/webkit-user-modify-02.html
30823091
tentative/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

Comments
 (0)