Skip to content

Commit 8420964

Browse files
committed
[css-style-attr] Preserve old link despite markup change
1 parent 5e53c13 commit 8420964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-style-attr/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
260260
to specific elements in documents. If a document format defines a style
261261
attribute (whether named ‘<code class=property>style</code>’ or
262262
something else) and the attribute accepts CSS as its value, then this
263-
specification defines that style attribute’s syntax and interpretation.
263+
specification defines that <span id=style-attribute0>style attribute</span>’s syntax and interpretation.
264264

265265
<div class=example>
266266
<p>The following example shows the use of the <code>style</code> attribute

css-style-attr/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2 id="intro">Introduction</h2>
152152
the author to directly apply style information to specific elements
153153
in documents. If a document format defines a style attribute (whether named 'style' or something else) and the
154154
attribute accepts CSS as its value, then this specification defines that
155-
style attribute&rsquo;s syntax and interpretation.
155+
<span id=style-attribute0>style attribute</span>&rsquo;s syntax and interpretation.
156156

157157
<div class="example">
158158
<p>The following example shows the use of the <code>style</code> attribute

0 commit comments

Comments
 (0)