You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui/Overview.bs
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ Link Defaults: css-writing-modes-3 (dfn) end
31
31
Ignored Terms: outline-top
32
32
Ignored Terms: outline-left
33
33
Ignored Terms: ime-mode
34
-
At Risk: 'caret-color' property
35
-
At Risk: 'text-overflow' property value: <<string>>
36
-
At Risk: 'text-overflow' property 2-value syntax and definition
37
-
At Risk: constraints on 'outline-offset' property negative values
34
+
At Risk: The 'caret-color' property
35
+
At Risk: The <a href="#overflow-string"><string></a> value of the 'text-overflow' property
36
+
At Risk: The 2-value syntax of the 'text-overflow' property
37
+
At Risk: Constraints on <a href="#negative-offset">negative values</a> of the 'outline-offset' property being expressed with MUST rather than with SHOULD
38
38
</pre>
39
39
40
40
<pre class="anchors">
@@ -471,7 +471,7 @@ the following rule can be used:
471
471
</code></pre>
472
472
</div>
473
473
474
-
Negative values must cause the outline
474
+
<p id=negative-offset>Negative values must cause the outline
475
475
to shrink into the border box.
476
476
Both the height and the width of outside of the shape
477
477
drawn by the outline must not become smaller
@@ -482,7 +482,8 @@ User Agents must apply this constraint
482
482
independently in each dimension.
483
483
If the outline is drawn as multiple disconnected shapes,
484
484
this constraint applies to each shape separately.
485
-
Negative value constraints are an at risk feature due to
485
+
486
+
Note: Negative value constraints are an at risk feature due to
486
487
<a href="https://lists.w3.org/Archives/Public/www-style/2014Dec/0033.html">interoperability problems</a>, and thus might be dropped from a must to a should.
487
488
488
489
@@ -656,18 +657,18 @@ or a single word is too long to fit).
656
657
Values have the following meanings:
657
658
658
659
<dl data-dfn-for="overflow" class="valuedef">
659
-
<dt><dfn>clip</dfn></dt>
660
+
<dt id=overflow-clip><dfn>clip</dfn></dt>
660
661
<dd>Clip inline content that overflows its block container element. Characters may be only partially rendered.</dd>
661
662
662
-
<dt><dfn>ellipsis</dfn></dt>
663
+
<dt id=overflow-ellipsis><dfn>ellipsis</dfn></dt>
663
664
<dd>
664
665
Render an ellipsis character (U+2026)
665
666
to represent clipped inline content.
666
667
Implementations may substitute a more language, script, or writing-mode appropriate
667
668
ellipsis character,
668
669
or three dots "..." if the ellipsis character is unavailable.
669
670
</dd>
670
-
<dt><<string>></dt>
671
+
<dt id=overflow-string><<string>></dt>
671
672
<dd>
672
673
Render the given string to represent clipped inline content.
673
674
The given string is treated as an independent paragraph
<li>The <ahref="#overflow-string"><string></a> value of the <aclass="property" data-link-type="propdesc" href="#propdef-text-overflow">text-overflow</a> property
327
+
<li>The 2-value syntax of the <aclass="property" data-link-type="propdesc" href="#propdef-text-overflow">text-overflow</a> property
328
+
<li>Constraints on <ahref="#negative-offset">negative values</a> of the <aclass="property" data-link-type="propdesc" href="#propdef-outline-offset">outline-offset</a> property being expressed with MUST rather than with SHOULD
If the outline is drawn as multiple disconnected shapes,
1482
1482
this constraint applies to each shape separately.
1483
-
Negative value constraints are an at risk feature due to
1483
+
1484
+
</p>
1485
+
<pclass="note" role="note">Note: Negative value constraints are an at risk feature due to
1484
1486
<ahref="https://lists.w3.org/Archives/Public/www-style/2014Dec/0033.html">interoperability problems</a>, and thus might be dropped from a must to a should.</p>
0 commit comments