@@ -71,17 +71,26 @@ Ignore Can I Use URL Failure: http://www.w3.org/TR/css-ui-4/
71
71
<pre class=link-defaults>
72
72
spec:css-writing-modes-4; type:dfn; text:start
73
73
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
78
83
spec:css-pseudo-4; type:selector; text:::before
79
84
spec:css-pseudo-4; type:selector; text:::after
80
85
spec:css-pseudo-4; type:selector; text:::first-line
81
86
spec:css-pseudo-4; type:selector; text:::first-letter
82
87
spec:selectors-4; type:selector; text::checked
83
88
spec:css-display-3; type:property; text:display
84
89
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
85
94
</pre>
86
95
87
96
<pre class="anchors">
@@ -1518,30 +1527,30 @@ means a character with a non-zero advance measure.
1518
1527
<dd>
1519
1528
The UA must render the text insertion caret
1520
1529
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.
1522
1531
It should be perpendicular to the inline progression direction,
1523
1532
although UAs may render it slanted when inserting italic or oblique text.
1524
1533
1525
1534
<dt> <dfn>block</dfn>
1526
1535
<dd>
1527
1536
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> .
1531
1540
UAs may render it as a slanted rectangle when inserting italic or oblique text.
1532
1541
1533
1542
<dt> <dfn>underscore</dfn>
1534
1543
<dd>
1535
1544
The UA must render the text insertion caret
1536
1545
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> .
1540
1549
</dl>
1541
1550
1542
1551
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>
1545
1554
or if this information is impractical to determine.
1546
1555
1547
1556
When determining the orientation and appearance of the caret,
0 commit comments