Skip to content

Commit f7c043e

Browse files
committed
[css-ui-4] Bikeshed cleanups and fixes
1 parent eb48762 commit f7c043e

1 file changed

Lines changed: 37 additions & 14 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,58 @@ Previous Version: https://www.w3.org/TR/2015/WD-css-ui-4-20150922/
88
Shortname: css-ui
99
Level: 4
1010
Group: csswg
11-
Issue Tracking: Wiki https://wiki.csswg.org/spec/css4-ui#css4-ui-issues-list
1211
Status: ED
1312
Work Status: Revising
14-
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/
15-
Ignored Terms: box-sizing, resize, text-overflow, caret-color, nav-up, nav-down, nav-left, nav-right
16-
Link Defaults: css-position-3 (property) position
17-
Link Defaults: css21 (property) float
18-
Link Defaults: css21 (property) clear
19-
Link Defaults: selectors-4 (selector) :checked
20-
Link Defaults: selectors-4 (selector) :enabled
21-
Link Defaults: selectors-4 (selector) :disabled
13+
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/
2214
Abstract: This specification describes user interface related
2315
properties and values to style HTML and XML (including XHTML).
2416
It includes and extends user interface related features
2517
from the properties and values of previous CSS levels.
2618
It uses various properties and values
2719
to style basic user interface elements in a document.
2820
At risk: Applicability of 'user-select' to ''::before'' and ''::after''
21+
Can I Use URL: https://drafts.csswg.org/css-ui-3/
22+
Can I Use URL: http://drafts.csswg.org/css-ui-3/
23+
Can I Use URL: https://drafts.csswg.org/css-ui/
24+
Can I Use URL: http://drafts.csswg.org/css-ui/
25+
Can I Use URL: https://www.w3.org/TR/css-ui-3/
26+
Can I Use URL: http://www.w3.org/TR/css-ui-3/
27+
Can I Use URL: https://www.w3.org/TR/css3-ui/
28+
Can I Use URL: http://www.w3.org/TR/css3-ui/
2929
Can I Use URL: https://drafts.csswg.org/css-ui-4/
3030
Can I Use URL: http://drafts.csswg.org/css-ui-4/
3131
Can I Use URL: https://www.w3.org/TR/css-ui-4/
3232
Can I Use URL: http://www.w3.org/TR/css-ui-4/
33+
Ignore Can I Use URL Failure: https://drafts.csswg.org/css-ui-3/
34+
Ignore Can I Use URL Failure: http://drafts.csswg.org/css-ui-3/
35+
Ignore Can I Use URL Failure: https://drafts.csswg.org/css-ui/
36+
Ignore Can I Use URL Failure: http://drafts.csswg.org/css-ui/
37+
Ignore Can I Use URL Failure: https://www.w3.org/TR/css-ui-3/
38+
Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-3/
39+
Ignore Can I Use URL Failure: https://www.w3.org/TR/css3-ui/
40+
Ignore Can I Use URL Failure: http://www.w3.org/TR/css3-ui/
3341
Ignore Can I Use URL Failure: https://drafts.csswg.org/css-ui-4/
3442
Ignore Can I Use URL Failure: http://drafts.csswg.org/css-ui-4/
3543
Ignore Can I Use URL Failure: https://www.w3.org/TR/css-ui-4/
3644
Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-4/
3745
</pre>
46+
3847
<pre class=link-defaults>
3948
spec:css-writing-modes-4; type:dfn; text:start
4049
spec:css-writing-modes-4; type:dfn; text:end
50+
spec:css22; type:property; text:min-width
51+
spec:css22; type:property; text:max-width
52+
spec:css22; type:property; text:min-height
53+
spec:css22; type:property; text:max-height
54+
spec:css-pseudo-4; type:selector; text:::before
55+
spec:css-pseudo-4; type:selector; text:::after
56+
spec:css-pseudo-4; type:selector; text:::first-line
57+
spec:css-pseudo-4; type:selector; text:::first-letter
58+
spec:selectors-4; type:selector; text::checked
59+
</pre>
60+
61+
<pre class="anchors">
62+
url: https://www.w3.org/TR/CSS21/box.html#border-edge; type: dfn; spec: CSS21; text: border edge
4163
</pre>
4264

4365
<h2 id="intro">Introduction</h2>
@@ -364,7 +386,7 @@ and 'outline-color'.
364386

365387
Note: The outline is the same on all sides.
366388
In contrast to borders,
367-
there are no 'outline-top' or 'outline-left' etc. properties.
389+
there are no ''outline-top'' or ''outline-left'' etc. properties.
368390

369391
This specification does not define how multiple overlapping outlines are drawn,
370392
or how outlines are drawn for boxes that are partially obscured behind other elements.
@@ -566,7 +588,8 @@ object[type$="+xml"],object[type="application/xml"]
566588
</code></pre>
567589
</div>
568590

569-
<h3 id="text-overflow"> Overflow Ellipsis: the 'text-overflow' property</h3>
591+
<h3 id="text-overflow" caniuse="text-overflow">
592+
Overflow Ellipsis: the 'text-overflow' property</h3>
570593

571594
<pre class="propdef">
572595
Name: text-overflow
@@ -1861,8 +1884,8 @@ and <code>type</code> attributes of the input element
18611884
on what happens to the computed value
18621885
on elements that are editable descendants of editing hosts?
18631886
The semantics are not obvious.
1864-
Maybe ''user-select/none'' should compute to ''text'',
1865-
or maybe all values should compute to ''text''.
1887+
Maybe ''user-select/none'' should compute to ''user-select/text'',
1888+
or maybe all values should compute to ''user-select/text''.
18661889

18671890
<dl dfn-type=value dfn-for=user-select>
18681891
<dt><dfn>auto</dfn>
@@ -1878,7 +1901,7 @@ and <code>type</code> attributes of the input element
18781901
<li>Otherwise,
18791902
if the computed value of 'user-select' on the parent of this element is ''user-select/none'',
18801903
the computed value is ''user-select/none''
1881-
<li>Otherwise, the computed value is ''text''
1904+
<li>Otherwise, the computed value is ''user-select/text''
18821905
</ul>
18831906

18841907
Note: This unusual combination of a non inherited property with an initial value of ''user-select/auto''

0 commit comments

Comments
 (0)