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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ This module describes CSS properties which enable authors
89
89
to style user interface related properties and values.
90
90
91
91
<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]]
93
93
introduced several user interface related properties and values.
94
94
<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.
95
95
@@ -984,7 +984,7 @@ then only the end ellipsis/string should be rendered.
984
984
This property specifies the type of cursor to be displayed for the pointing device
985
985
when the cursor's hotspot is within the element's <a>border edge</a>.
986
986
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'.
988
988
989
989
In the case of overlapping elements,
990
990
which element determines the type of cursor
@@ -1239,7 +1239,7 @@ Here is an example of using several cursor values.
1239
1239
</code></pre>
1240
1240
1241
1241
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).
1243
1243
User agents that don't support SVG cursors would simply skip
1244
1244
to the next value and attempt to use the "hyper.cur" cursor.
0 commit comments