Skip to content

Commit 74123c8

Browse files
committed
[css-style-attr] Update the Previous Version link.
1 parent bbcc42b commit 74123c8

2 files changed

Lines changed: 30 additions & 33 deletions

File tree

css-style-attr/Overview.html

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22

33
<html lang=en>
4-
<head>
4+
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
55
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
66
<title>CSS Style Attributes</title>
77

8+
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
89
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
9-
rel="license">
10+
rel=dcterms.rights>
11+
<meta content="CSS Style Attributes" name=dcterms.title>
12+
<meta content=text name=dcterms.type>
13+
<meta content=2013-10-11 name=dcterms.date>
14+
<meta content="Tantek Çelik" name=dcterms.creator>
15+
<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>"
17+
name=dcterms.creator>
18+
<meta content=W3C name=dcterms.publisher>
19+
<meta content="http://dev.w3.org/csswg/css-style-attr/"
20+
name=dcterms.identifier>
1021
<link href="#contents" rel=contents>
1122
<link href="#index" rel=index>
1223
<link href="../default.css" rel=stylesheet type="text/css">
@@ -24,9 +35,8 @@
2435

2536
<h1 class=p-name>CSS Style Attributes</h1>
2637

27-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
28-
class=dt-updated><span class=value-title title=20130911>11 September
29-
2013</span></span></h2>
38+
<h2 class="no-num no-toc">Editor's Draft <span class=dt-updated><span
39+
class=value-title title=20131011>11 October 2013</span></span></h2>
3040

3141
<dl>
3242
<dt>This version:
@@ -50,7 +60,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <span
5060
<dt>Previous version:
5161

5262
<dd><a
53-
href="http://www.w3.org/TR/2010/CR-css-style-attr-20101012/">http://www.w3.org/TR/2010/CR-css-style-attr-20101012/</a>
63+
href="http://www.w3.org/TR/2013/PR-css-style-attr-20131003/">http://www.w3.org/TR/2013/PR-css-style-attr-20131003/</a>
5464

5565
<dt>Feedback:
5666

@@ -313,14 +323,10 @@ <h2 id=syntax><span class=secno>3. </span>Syntax and Parsing</h2>
313323
href="http://www.w3.org/TR/CSS21/syndata.html#syntax">CSS core
314324
grammar</a>:
315325

316-
<pre>
317-
318-
declaration-list
319-
320-
: S* declaration? [ ';' S* declaration? ]*
321-
322-
;
323-
326+
<pre>
327+
declaration-list
328+
: S* declaration? [ ';' S* declaration? ]*
329+
;
324330
</pre>
325331

326332
<p class=note>Note that following the CSS2.1 convention, comment tokens are
@@ -348,8 +354,7 @@ <h2 id=interpret><span class=secno>4. </span>Cascading and Interpretation</h2>
348354
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> Relative URLs in the style
349355
data must be resolved relative to the style attribute's element (or to the
350356
document if per-element resolution is not defined) when the attribute's
351-
value is parsed<!-- so dynamic changes to
352-
357+
value is parsed<!-- so dynamic changes to
353358
the base URL don't affect the CSS ~Hixie -->.
354359

355360
<p>Aside from the differences in cascading, the declarations in a style
@@ -431,20 +436,12 @@ <h3 class=no-num id=informative-references>Informative references</h3>
431436
</dl>
432437
<!--end-informative-->
433438
</html>
434-
<!-- Keep this comment at the end of the file
435-
436-
Local variables:
437-
438-
mode: sgml
439-
440-
sgml-declaration:"~/SGML/HTML4.decl"
441-
442-
sgml-default-doctype-name:"html"
443-
444-
sgml-minimize-attributes:t
445-
446-
sgml-nofill-elements:("pre" "style" "br")
447-
448-
End:
449-
439+
<!-- Keep this comment at the end of the file
440+
Local variables:
441+
mode: sgml
442+
sgml-declaration:"~/SGML/HTML4.decl"
443+
sgml-default-doctype-name:"html"
444+
sgml-minimize-attributes:t
445+
sgml-nofill-elements:("pre" "style" "br")
446+
End:
450447
-->

css-style-attr/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] <span class="dt-updated"><span class="val
3333
(<a href="https://dvcs.w3.org/hg/csswg/log/tip/[SHORTNAME]/Overview.src.html">change log</a>)
3434

3535
<dt>Previous version:
36-
<dd><a href="http://www.w3.org/TR/2010/CR-css-style-attr-20101012/">http://www.w3.org/TR/2010/CR-css-style-attr-20101012/</a>
36+
<dd><a href="http://www.w3.org/TR/2013/PR-css-style-attr-20131003/">http://www.w3.org/TR/2013/PR-css-style-attr-20131003/</a>
3737

3838
<dt>Feedback:
3939
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-style-attr%5D%20feedback">www-style@w3.org</a>

0 commit comments

Comments
 (0)