Skip to content

Commit 7b630a1

Browse files
author
Simon Pieters
committed
[cssom] Remove mention of title* parameter
1 parent f772455 commit 7b630a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h1>CSS Object Model (CSSOM)</h1>
2828

2929

30-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 12 June 2013</h2>
30+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 13 June 2013</h2>
3131

3232
<dl>
3333

@@ -101,7 +101,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2>
101101
can be found in the
102102
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
103103

104-
<p class="dontpublish">This is the 12 June 2013 Editor's Draft of CSSOM. Please send comments to
104+
<p class="dontpublish">This is the 13 June 2013 Editor's Draft of CSSOM. Please send comments to
105105
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
106106
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
107107
with <samp>[cssom]</samp> at the start of the subject line.
@@ -1612,7 +1612,7 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla
16121612

16131613
<ol>
16141614
<li><p>Let <var>title</var> be the value of the first of all the
1615-
<code title="">title</code> and <code title="">title*</code> parameters.
1615+
<code title="">title</code> parameters.
16161616
If there are no such parameters it is the empty string.</li>
16171617

16181618
<li><p>If one of the (other) link relation types is an

cssom/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ <h4>Requirements on User Agents Implementing the HTTP
15351535

15361536
<ol>
15371537
<li><p>Let <var>title</var> be the value of the first of all the
1538-
<code title>title</code> and <code title>title*</code> parameters.
1538+
<code title>title</code> parameters.
15391539
If there are no such parameters it is the empty string.</p></li>
15401540

15411541
<li><p>If one of the (other) link relation types is an

0 commit comments

Comments
 (0)