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
@@ -913,7 +905,7 @@ Computed value: as specified, except with any relative URLs converted to absolut
913
905
This property specifies the type of cursor to be displayed for the pointing device
914
906
when the cursor's hotspot is within the element's <a>border edge</a>.
915
907
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'.
917
909
918
910
In the case of overlapping elements,
919
911
which element determines the type of cursor
@@ -946,15 +938,15 @@ Conforming User Agents may, instead of <<url>>, support <<image>> which is a sup
946
938
The UA must support the following image file formats:
947
939
<ul>
948
940
<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]]
950
942
<li>any other non-animated image file format that they support
951
943
for <<image>> in other properties,
952
944
such as the the 'background-image' property
953
945
</ul>
954
946
955
947
In addition, the UA should support the following image file formats:
956
948
<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]]
958
950
<li>any other animated image file format that they support
959
951
for <<image>> in other properties,
960
952
such as the the 'background-image' property
@@ -1168,7 +1160,7 @@ Here is an example of using several cursor values.
1168
1160
</code></pre>
1169
1161
1170
1162
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).
1172
1164
User agents that don't support SVG cursors would simply skip
1173
1165
to the next value and attempt to use the "hyper.cur" cursor.
0 commit comments