Skip to content

Commit d86d2d8

Browse files
committed
[css-ui-4] Bikeshed autolink cleanup
1 parent 945fa7e commit d86d2d8

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

css-ui-4/Overview.bs

+22-13
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,26 @@ Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-4/
7171
<pre class=link-defaults>
7272
spec:css-writing-modes-4; type:dfn; text:start
7373
spec:css-writing-modes-4; type:dfn; text:end
74-
spec:css22; type:property; text:min-width
75-
spec:css22; type:property; text:max-width
76-
spec:css22; type:property; text:min-height
77-
spec:css22; type:property; text:max-height
74+
spec:css2; type:property; text:min-width
75+
spec:css2; type:property; text:max-width
76+
spec:css2; type:property; text:min-height
77+
spec:css2; type:property; text:max-height
78+
spec:css2; type:property; text:bottom
79+
spec:css2; type:property; text:top
80+
spec:css2; type:property; text:right
81+
spec:css2; type:property; text:visibility
82+
spec:css2; type:property; text:z-index
7883
spec:css-pseudo-4; type:selector; text:::before
7984
spec:css-pseudo-4; type:selector; text:::after
8085
spec:css-pseudo-4; type:selector; text:::first-line
8186
spec:css-pseudo-4; type:selector; text:::first-letter
8287
spec:selectors-4; type:selector; text::checked
8388
spec:css-display-3; type:property; text:display
8489
spec:css-color-4; type:value; text:currentcolor
90+
spec:css-overflow-3; type:property; text:overflow
91+
spec:css-sizing-3; type:property; text:box-sizing
92+
spec:css-backgrounds-3; type:property; text:background-image
93+
spec:css-backgrounds-3; type:property; text:border-width
8594
</pre>
8695

8796
<pre class="anchors">
@@ -1518,30 +1527,30 @@ means a character with a non-zero advance measure.
15181527
<dd>
15191528
The UA must render the text insertion caret
15201529
as a thin bar placed at the insertion point.
1521-
This means it is between, before, or after characters, not over them.
1530+
This means it is between, before, or after <a>characters</a>, not over them.
15221531
It should be perpendicular to the inline progression direction,
15231532
although UAs may render it slanted when inserting italic or oblique text.
15241533

15251534
<dt><dfn>block</dfn>
15261535
<dd>
15271536
The UA must render the text insertion caret
1528-
as a rectangle overlapping the next visible character following the insertion point.
1529-
If there is no visible character after the insertion point,
1530-
the UA must render the caret after the last visible character.
1537+
as a rectangle overlapping the next <a>visible character</a> following the insertion point.
1538+
If there is no <a>visible character</a> after the insertion point,
1539+
the UA must render the caret after the last <a>visible character</a>.
15311540
UAs may render it as a slanted rectangle when inserting italic or oblique text.
15321541

15331542
<dt><dfn>underscore</dfn>
15341543
<dd>
15351544
The UA must render the text insertion caret
15361545
as a thin line <a>under</a> (as defined in [[!CSS-WRITING-MODES-3]]
1537-
the next visible character following the insertion point.
1538-
If there is no visible character after the insertion point,
1539-
the UA must render the caret after the last visible character.
1546+
the next <a>visible character</a> following the insertion point.
1547+
If there is no <a>visible character</a> after the insertion point,
1548+
the UA must render the caret after the last <a>visible character</a>.
15401549
</dl>
15411550

15421551
The width of the ''caret-shape/block'' and ''caret-shape/underscore'' carets
1543-
should be the advance measure of the next visible character after the insertion point,
1544-
or ''1ch'' if there is no next visible character
1552+
should be the advance measure of the next <a>visible character</a> after the insertion point,
1553+
or ''1ch'' if there is no next <a>visible character</a>
15451554
or if this information is impractical to determine.
15461555

15471556
When determining the orientation and appearance of the caret,

0 commit comments

Comments
 (0)