Skip to content

Commit 68524df

Browse files
committed
Update the attr() URL type with a link to the about:invalid definition.
1 parent 35d65df commit 68524df

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-values/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,11 +1752,11 @@ <h3 id=attr-notation><span class=secno>8.3. </span> Attribute References:
17521752
href="#string-value"><var>&lt;string></var></a>. It is interpreted as a
17531753
quoted string within the ‘<a href="#url"><code
17541754
class=css>url()</code></a>’ notation. The default is ‘<code
1755-
class=css>about:invalid</code>’, which is a URI defined to point to a
1756-
non-existent document with a generic error condition. Relative URLs must
1757-
be made absolute according to the rules of the document language as
1758-
applied to URLs originating from the element; they are not relative to
1759-
the style sheet.
1755+
class=css>about:invalid</code>’, which is a URI defined (<a
1756+
href=about-invalid>in Appendix A</a>) to point to a non-existent document
1757+
with a generic error condition. Relative URLs must be made absolute
1758+
according to the rules of the document language as applied to URLs
1759+
originating from the element; they are not relative to the style sheet.
17601760

17611761
<dt><a href="#integer"><code class=css>integer</code></a>
17621762

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ <h3 id="attr-notation">
12821282
<dd>
12831283
The attribute value will be parsed as the contents of a CSS <var>&lt;string></var>.
12841284
It is interpreted as a quoted string within the ''url()'' notation.
1285-
The default is ''about:invalid'', which is a URI defined to point
1285+
The default is ''about:invalid'', which is a URI defined (<a href="about-invalid">in Appendix A</a>) to point
12861286
to a non-existent document with a generic error condition.
12871287
Relative URLs must be made absolute
12881288
according to the rules of the document language as applied to URLs originating from the element;

0 commit comments

Comments
 (0)