Skip to content

Commit d053e03

Browse files
committed
[css-style-attr] Fix markup mistake introducing 2 <dfn> for the one term
1 parent 9ceafa7 commit d053e03

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

css-style-attr/Overview.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "">
22

33
<html lang=en>
44
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
@@ -10,10 +10,10 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Style Attributes" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-11-11 name=dcterms.date>
13+
<meta content=2015-04-10 name=dcterms.date>
1414
<meta content="Tantek Çelik" name=dcterms.creator>
1515
<meta
16-
content="<span class=&quot;p-given-name given-name&quot;>Elika</span> <abbr class=&quot;p-additional-name additional-name&quot;>J.</abbr> <span class=&quot;p-family-name family-name&quot;>Etemad</span>"
16+
content="&#60;span class=&quot;p-given-name given-name&quot;&#62;Elika&#60;/span&#62; &#60;abbr class=&quot;p-additional-name additional-name&quot;&#62;J.&#60;/abbr&#62; &#60;span class=&quot;p-family-name family-name&quot;&#62;Etemad&#60;/span&#62;"
1717
name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
1919
<meta content="http://dev.w3.org/csswg/css-style-attr/"
@@ -36,7 +36,7 @@
3636
<h1 class=p-name>CSS Style Attributes</h1>
3737

3838
<h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
39-
class=value-title title=20131111>11 November 2013</span></span></h2>
39+
class=value-title title=20150410>10 April 2015</span></span></h2>
4040

4141
<dl>
4242
<dt>This version:
@@ -106,14 +106,14 @@ <h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
106106
<!--begin-copyright-->
107107
<p class=copyright><a
108108
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
109-
rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
109+
rel=license>Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr
110110
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
111111
href="http://www.csail.mit.edu/"><abbr
112112
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
113113
href="http://www.ercim.eu/"><abbr
114114
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
115115
<a href="http://www.keio.ac.jp/">Keio</a>, <a
116-
href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a
116+
href="http://ev.buaa.edu.cn/">Beihang</a>). W3C <a
117117
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
118118
<a
119119
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -258,8 +258,7 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
258258
to specific elements in documents. If a document format defines a style
259259
attribute (whether named ‘<code class=property>style</code>’ or
260260
something else) and the attribute accepts CSS as its value, then this
261-
specification defines that <dfn id=style-attribute0>style
262-
attribute</dfn>’s syntax and interpretation.
261+
specification defines that style attribute’s syntax and interpretation.
263262

264263
<div class=example>
265264
<p>The following example shows the use of the <code>style</code> attribute
@@ -432,8 +431,8 @@ <h3 class=no-num id=normative-references>Normative references</h3>
432431
<dt id=ref-RFC2119>[RFC2119]
433432

434433
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
435-
words for use in RFCs to Indicate Requirement Levels.</cite></a> Internet
436-
RFC 2119. URL: <a
434+
words for use in RFCs to Indicate Requirement Levels.</cite></a> RFC
435+
2119. URL: <a
437436
href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
438437
</dd>
439438
<!---->

css-style-attr/Overview.src.html

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

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

0 commit comments

Comments
 (0)