Skip to content

Commit 18ab722

Browse files
committed
oops
1 parent e02ce7e commit 18ab722

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3493,7 +3493,7 @@ <h4 id=serializing-css-values><span class=secno>7.4.2. </span>Serializing
34933493
always serialized with '<code>"</code>' (U+0022).
34943494

34953495
<p>To <dfn id=escape-a-url>escape a URL</dfn> means to create a string
3496-
represented by '<code><a href="#url">url("</a></code>', followed by the <a
3496+
represented by '<code title="">url("</code>', followed by the <a
34973497
href="#escape-a-string" title="escape a string">escaped</a> value of the
34983498
given string, followed by <code>")</code>.</p>
34993499
<!--
@@ -3691,7 +3691,7 @@ <h5 id=examples0><span class=secno>7.4.2.1. </span>Examples</h5>
36913691
<tr>
36923692
<td><code>content: url('h)i') '\[\]'</code>
36933693

3694-
<td><code>content: url(h\)i) "[]"</code>
3694+
<td><code>content: url("h)i") "[]"</code>
36953695

36963696
<tr>
36973697
<td><code>azimuth: leftwards</code>

cssom/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ <h4>Serializing CSS Values</h4>
21612161
are always serialized with '<code>"</code>' (U+0022).</p>
21622162

21632163
<p>To <dfn>escape a URL</dfn> means to create a string represented by
2164-
'<code>url("</code>', followed by the
2164+
'<code title="">url("</code>', followed by the
21652165
<span title="escape a string">escaped</span> value of the given string,
21662166
followed by <code>")</code>.</p>
21672167

@@ -2325,7 +2325,7 @@ <h5>Examples</h5>
23252325
<tr><td><code>margin: 0 1px 1px 1px</code><td><code>margin: 0px 1px 1px</code>
23262326
<tr><td><code>azimuth: behind left</code><td><code>azimuth: 220deg</code>
23272327
<tr><td><code>font-family: a, 'b"', serif</code><td><code>font-family: "a", "b\"", serif</code>
2328-
<tr><td><code>content: url('h)i') '\[\]'</code><td><code>content: url(h\)i) "[]"</code>
2328+
<tr><td><code>content: url('h)i') '\[\]'</code><td><code>content: url("h)i") "[]"</code>
23292329
<tr><td><code>azimuth: leftwards</code><td><code>azimuth: leftwards</code>
23302330
<tr><td><code>color: rgb(18, 52, 86)</code><td><code>color: #123456</code>
23312331
<tr><td><code>color: rgba(000001, 0, 0, 1)</code><td><code>color: #000000</code>

0 commit comments

Comments
 (0)