@@ -793,7 +793,7 @@ Values have the following meanings:
793793 (e.g. same as the ''vertical-text'' keyword)
794794 over elements in a vertical [=writing mode=] .
795795 Additionally, User Agents may take transforms (see [[CSS-TRANSFORMS-1]] )
796- or other visual effects such as text on a path (See [[SVG2#TextLayoutPath]] ),
796+ or other visual effects such as text on a path (See [[SVG2/text #TextLayoutPath]] ),
797797 when chosing between the horizontal or vertical text cursor,
798798 and may display any angle of I-beam/cursor for text that is rendered at any particular angle.
799799
@@ -895,7 +895,7 @@ Values have the following meanings:
895895 </code></pre>
896896
897897 This example sets the cursor on all hyperlinks (whether visited or not)
898- to an external <a href="https://www.w3.org/TR/ SVG/interact.html#CursorElement">SVG cursor</a> ( [[SVG11]] , section 16.8.3) .
898+ to an external SVG <{cursor}> .
899899 User agents that don't support SVG cursors would simply skip
900900 to the next value and attempt to use the "hyper.cur" cursor.
901901 If that cursor format was also not supported,
@@ -1555,8 +1555,8 @@ except:
15551555
15561556For the purpose of this specification,
15571557an <dfn>editable element</dfn> is either
1558- an <a href="https://w3c.github.io/editing/ contentEditable.html #dfn-editing-host">editing host</a>
1559- or a <a href="https://www.w3.org/TR/ html/sec-forms.html#mutable" >mutable</a> form control with textual content,
1558+ an <a href="https://w3c.github.io/contentEditable/ #dfn-editing-host">editing host</a>
1559+ or a <a spec= html>mutable</a> form control with textual content,
15601560such as <{textarea}> .
15611561
15621562Issue: Should there be constraints
0 commit comments