Skip to content

Commit 6c52b09

Browse files
committed
[css-ui-3] Tweak auto-links to avoid normative references to unstable specs
1 parent 8a5f8d2 commit 6c52b09

File tree

2 files changed

+43
-63
lines changed

2 files changed

+43
-63
lines changed

css-ui/Overview.bs

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<pre class='metadata'>
55
ED: http://dev.w3.org/csswg/css-ui/
66
TR: http://www.w3.org/TR/css3-ui/
7-
Previous Version: http://www.w3.org/TR/2012/WD-css3-ui-20120117/
7+
Previous Version: http://www.w3.org/TR/2015/WD-css3-ui-20150519/
88
Shortname: css-ui
99
Level: 3
1010
Group: csswg
@@ -37,8 +37,16 @@ At Risk: The 2-value syntax of the 'text-overflow' property
3737
At Risk: Constraints on <a href="#negative-offset">negative values</a> of the 'outline-offset' property being expressed with MUST rather than with SHOULD
3838
</pre>
3939

40+
<!-- Some of the following definitions have existing exported defintions from other specs,
41+
but not from specs that are OK to link to from a CR -->
4042
<pre class="anchors">
4143
urlPrefix: http://www.w3.org/TR/CSS21/box.html#border-edge; type: dfn; spec: CSS21; text: border edge
44+
urlPrefix: http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow; type: property; spec: CSS21; text: overflow
45+
urlPrefix: http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow; type: value; spec: CSS21; text: visible
46+
urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: top
47+
urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: bottom
48+
urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: left
49+
urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: right
4250
</pre>
4351

4452
<!--
@@ -149,7 +157,7 @@ and 'height' properties.
149157
As the content width and height
150158
<a href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property">cannot be negative</a> ([[!CSS21]], section 10.2),
151159
this computation is floored at 0.
152-
Used values, as exposed for instance through {{getComputedStyle()}}, also refer to the border box.
160+
Used values, as exposed for instance through getComputedStyle(), also refer to the border box.
153161

154162
Note: This is the behavior of width and height as commonly implemented
155163
by legacy HTML user agents for replaced elements and input elements.
@@ -723,14 +731,14 @@ Ellipsing occurs after relative positioning and other graphical transformations.
723731
If there is insufficient space for the ellipsis,
724732
then clip the rendering of the ellipsis itself
725733
(on the same side that neutral characters on the line
726-
would have otherwise been clipped with the ''clip'' value).
734+
would have otherwise been clipped with the ''text-overflow:clip'' value).
727735
</ul>
728736

729737
<h4 id="ellipsis-interaction" class="no-num no-toc">user interaction with ellipsis</h4>
730738
<ul>
731739
<li>When the user is interacting with content
732740
(e.g. editing, selecting, scrolling),
733-
the user agent may treat text-overflow ''ellipsis'' or string values as ''clip''.
741+
the user agent may treat text-overflow ''ellipsis'' or string values as ''text-overflow:clip''.
734742

735743
<li>Selecting the ellipsis should select the ellipsed text.
736744
If all of the ellipsed text is selected,
@@ -842,7 +850,7 @@ to represent that clipped content.
842850

843851
<h4 id="ellipsis-scrolling" class="no-num no-toc">ellipsis interaction with scrolling interfaces</h4>
844852

845-
This section applies to elements with text-overflow other than ''clip''
853+
This section applies to elements with text-overflow other than ''text-overflow:clip''
846854
(non-clip text-overflow)
847855
and overflow:scroll.
848856

@@ -1038,7 +1046,7 @@ which represents the precise position that is being pointed to.
10381046

10391047
Note: This specification does not define
10401048
how the coordinate systems of the various types of <<image>> are established,
1041-
and defers these definitions to [[!CSS4-IMAGES]].
1049+
and defers these definitions to [[CSS4-IMAGES]].
10421050

10431051
If the values are unspecified,
10441052
then the intrinsic hotspot defined inside the image resource itself is used.
@@ -1528,7 +1536,7 @@ implemented features.
15281536
due to no implementation interest from UA vendors.
15291537
<li>Clarified that the 'cursor' property affects the shape of the cursor
15301538
when within the <a>border edge</a>
1531-
<li>Added 'resize: both' to the default HTML stylesheet for <{textarea}> elements
1539+
<li>Added 'resize: both' to the default HTML stylesheet for textarea elements
15321540
</ul>
15331541

15341542
<h3 class="no-num no-toc" id="changes-since-2015-04">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150409/">2015-04-09 Working Draft</a></h3>
@@ -1567,7 +1575,7 @@ if implementers show interest and intent to implement.
15671575
<li>'ime-mode' explicitly obsoleted.
15681576
<li>'outline-offset' define negative values.
15691577
<li>Dropped the icon property.
1570-
<li>Dropped the icon value of the 'content' property.
1578+
<li>Dropped the icon value of the content property.
15711579
<li>XForms-only pseudo-elements dropped.
15721580
</ul>
15731581

0 commit comments

Comments
 (0)