Skip to content

Commit face62a

Browse files
committed
[css-ui-3] Fix bikeshed errors
1 parent 7776e19 commit face62a

2 files changed

Lines changed: 542 additions & 187 deletions

File tree

css-ui/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This module describes CSS properties which enable authors
8989
to style user interface related properties and values.
9090

9191
<a href="https://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes">Section 2.1 of CSS1</a> [[CSS1]]
92-
and <a href="https://www.w3.org/TR/CSS2/ui.html">Chapter 18 of CSS2</a> [[CSS2]]
92+
and <a href="https://www.w3.org/TR/CSS2/ui.html">Chapter 18 of CSS2</a> [[CSS21]]
9393
introduced several user interface related properties and values.
9494
<a href="https://www.w3.org/TR/2000/WD-css3-userint-20000216">User Interface for CSS3 (16 February 2000)</a> introduced several new user interface related features.
9595

@@ -984,7 +984,7 @@ then only the end ellipsis/string should be rendered.
984984
This property specifies the type of cursor to be displayed for the pointing device
985985
when the cursor's hotspot is within the element's <a>border edge</a>.
986986

987-
Note: As per [[CSS3-BACKGROUND]], the <a>border edge</a> is affected by 'border-radius'.
987+
Note: As per [[CSS3BG]], the <a>border edge</a> is affected by 'border-radius'.
988988

989989
In the case of overlapping elements,
990990
which element determines the type of cursor
@@ -1239,7 +1239,7 @@ Here is an example of using several cursor values.
12391239
</code></pre>
12401240

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

0 commit comments

Comments
 (0)