Skip to content

Commit 3e04fbe

Browse files
committed
[css-ui-3] Tweaks to get bikeshed to generate links correctly
1 parent 8ed9bf3 commit 3e04fbe

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

css-ui/Overview.bs

+12-20
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ Ignored Terms: ime-mode
3737
At Risk: Directional focus navigation: the 'nav-up', 'nav-right', 'nav-down', 'nav-left' properties
3838
</pre>
3939
<pre class=link-defaults>
40-
spec:css-backgrounds-3; type:property; text:border-width
41-
spec:css-backgrounds-3; type:property; text:border-style
42-
spec:css-backgrounds-3; type:property; text:border-bottom-width
43-
spec:css-backgrounds-3; type:property; text:border-left-width
44-
spec:css-backgrounds-3; type:property; text:border-right-width
45-
spec:css-backgrounds-3; type:property; text:border-top-width
46-
spec:css-backgrounds-3; type:property; text:background-image
40+
spec:css-overflow-3; type:property; text:overflow
4741
spec:css21; type:property; text:display
4842
</pre>
4943

@@ -369,14 +363,12 @@ Note: This specification does not define the exact position or shape of the outl
369363
The 'outline-width' property accepts
370364
the same values as
371365
'border-width'
372-
([[!CSS3BG]],
373-
<a href="https://www.w3.org/TR/css3-background/#the-border-width">Section 4.3</a>).
366+
([[css-backgrounds-3#the-border-width]]).
374367

375368
The 'outline-style' property accepts
376369
the same values as
377370
'border-style'
378-
([[!CSS3BG]],
379-
<a href="https://www.w3.org/TR/css3-background/#the-border-style">Section 4.2</a>),
371+
([[css-backgrounds-3#the-border-style]]),
380372
except that
381373
<span class=css>hidden</span> is not a legal outline style.
382374
In addition, in CSS3,
@@ -408,7 +400,7 @@ on platforms that do not support color inversion of the pixels on the screen.
408400
If the UA does not support the ''invert'' value
409401
then it must reject that value at parse-time, and
410402
the initial value of the 'outline-color' property
411-
is the ''color/currentColor'' [[!CSS3COLOR]] keyword.
403+
is the ''color/currentColor'' keyword.
412404

413405
The 'outline' property is a shorthand property,
414406
and sets all three of 'outline-style',
@@ -555,7 +547,7 @@ The 'resize' property applies to elements
555547
whose computed 'overflow' value
556548
is something other than ''visible''.
557549
UAs may also apply it,
558-
regardless of the value of the ''overflow'' property,
550+
regardless of the value of the 'overflow' property,
559551
to:
560552
<ul>
561553
<li>Replaced elements representing images or videos, such as <{img}>, <{video}>, <{picture}>, <{svg}>, <{object}>, or <{canvas}>.
@@ -659,11 +651,11 @@ Text can overflow for example when it is prevented from wrapping
659651
or a single word is too long to fit).
660652
Values have the following meanings:
661653

662-
<dl data-dfn-for="overflow" class="valuedef">
663-
<dt><dfn id=overflow-clip>clip</dfn></dt>
654+
<dl data-dfn-for="text-overflow" class="valuedef">
655+
<dt><dfn id=overflow-clip dfn-type=value>clip</dfn></dt>
664656
<dd>Clip inline content that overflows its block container element. Characters may be only partially rendered.</dd>
665657

666-
<dt><dfn id=overflow-ellipsis>ellipsis</dfn></dt>
658+
<dt><dfn id=overflow-ellipsis dfn-type=value>ellipsis</dfn></dt>
667659
<dd>
668660
Render an ellipsis character (U+2026)
669661
to represent clipped inline content.
@@ -913,7 +905,7 @@ Computed value: as specified, except with any relative URLs converted to absolut
913905
This property specifies the type of cursor to be displayed for the pointing device
914906
when the cursor's hotspot is within the element's <a>border edge</a>.
915907

916-
Note: As per [[CSS3BG]], the <a>border edge</a> is affected by 'border-radius'.
908+
Note: As per [[css-backgrounds-3#the-border-radius]], the <a>border edge</a> is affected by 'border-radius'.
917909

918910
In the case of overlapping elements,
919911
which element determines the type of cursor
@@ -946,15 +938,15 @@ Conforming User Agents may, instead of <<url>>, support <<image>> which is a sup
946938
The UA must support the following image file formats:
947939
<ul>
948940
<li>PNG, as defined in [[!PNG]]
949-
<li>SVG, as defined in [[!SVG]], in <a href="https://www.w3.org/TR/svg-integration/#secure-static-mode">secure static mode</a> [[!SVG-INTEGRATION]]
941+
<li>SVG, as defined in [[!SVG11]], in <a href="https://www.w3.org/TR/svg-integration/#secure-static-mode">secure static mode</a> [[!SVG-INTEGRATION]]
950942
<li>any other non-animated image file format that they support
951943
for <<image>> in other properties,
952944
such as the the 'background-image' property
953945
</ul>
954946

955947
In addition, the UA should support the following image file formats:
956948
<ul>
957-
<li>SVG, as defined in [[!SVG]], in <a href="https://www.w3.org/TR/svg-integration/#secure-animated-mode">secure animated mode</a> [[!SVG-INTEGRATION]]
949+
<li>SVG, as defined in [[!SVG11]], in <a href="https://www.w3.org/TR/svg-integration/#secure-animated-mode">secure animated mode</a> [[!SVG-INTEGRATION]]
958950
<li>any other animated image file format that they support
959951
for <<image>> in other properties,
960952
such as the the 'background-image' property
@@ -1168,7 +1160,7 @@ Here is an example of using several cursor values.
11681160
</code></pre>
11691161

11701162
This example sets the cursor on all hyperlinks (whether visited or not)
1171-
to an external <a href="https://www.w3.org/TR/SVG/interact.html#CursorElement">SVG cursor</a> ([[SVG]], section 16.8.3).
1163+
to an external <a href="https://www.w3.org/TR/SVG/interact.html#CursorElement">SVG cursor</a> ([[SVG11]], section 16.8.3).
11721164
User agents that don't support SVG cursors would simply skip
11731165
to the next value and attempt to use the "hyper.cur" cursor.
11741166
If that cursor format was also not supported,

0 commit comments

Comments
 (0)