[html5] r3265 - [e] (0) CSSOM-related cleanup. The term 'alternative style sheet sets' is no lon [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 15 17:09:18 PDT 2009
Author: ianh
Date: 2009-06-15 17:09:16 -0700 (Mon, 15 Jun 2009)
New Revision: 3265
Modified:
index
source
Log:
[e] (0) CSSOM-related cleanup. The term 'alternative style sheet sets' is no longer cross-referenced because it will be defined in the CSSOM spec (blocked on CSSOM and PMS-cross-spec-xrefs).
Modified: index
===================================================================
--- index 2009-06-15 23:58:55 UTC (rev 3264)
+++ index 2009-06-16 00:09:16 UTC (rev 3265)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 15 June 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 16 June 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -9642,7 +9642,7 @@
attribute gives the title of the link. With one exception, it is
purely advisory. The value is text. The exception is for style sheet
links, where the <code title=attr-link-title><a href=#attr-link-title>title</a></code>
- attribute defines <a href=#alternative-style-sheet-sets>alternative style sheet sets</a>.</p>
+ attribute defines <span>alternative style sheet sets</span>.</p>
<p class=note>The <code title=attr-link-title><a href=#attr-link-title>title</a></code>
attribute on <code><a href=#the-link-element>link</a></code> elements differs from the global
@@ -10069,8 +10069,8 @@
<dd>
- <p>This pragma sets the name of the default <a href=#alternative-style-sheet-sets title="alternative style sheet sets">alternative style sheet
- set</a>.</p>
+ <p>This pragma sets the name of the default <span title="alternative style sheet sets">alternative style sheet
+ set</span>.</p>
<div class=impl>
@@ -10380,7 +10380,7 @@
<div class=impl>
- <!-- XXX this is the second time we have this paragraph here... -->
+ <!-- this paragraph is also present in the <script> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
@@ -10425,11 +10425,10 @@
</div>
<p id=title-on-style>The <dfn id=attr-style-title title=attr-style-title><code>title</code></dfn> attribute on
- <code><a href=#the-style-element>style</a></code> elements defines <a href=#alternative-style-sheet-sets>alternative style sheet
- sets</a>. If the <code><a href=#the-style-element>style</a></code> element has no <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute, then it has no
+ <code><a href=#the-style-element>style</a></code> elements defines <span>alternative style sheet
+ sets</span>. If the <code><a href=#the-style-element>style</a></code> element has no <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute, then it has no
title; the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute of
- ancestors does not apply to the <code><a href=#the-style-element>style</a></code> element.</p> <!--
- XXX xref -->
+ ancestors does not apply to the <code><a href=#the-style-element>style</a></code> element. <a href=#refsCSSOM>[CSSOM]</a></p>
<p class=note>The <code title=attr-style-title><a href=#attr-style-title>title</a></code>
attribute on <code><a href=#the-style-element>style</a></code> elements, like the <code title=attr-link-title><a href=#attr-link-title>title</a></code> attribute on <code><a href=#the-link-element>link</a></code>
@@ -10546,10 +10545,11 @@
<dt>The style sheet title (<code title=dom-stylesheet-title>title</code> DOM attribute)</dt>
<dd><p>The title must be the same as the value of the element's
- <code title=dom-title><a href=#dom-title>title</a></code> content attribute. If the
- attribute is absent, then the style sheet does not have a
- title. The title is used for defining <dfn id=alternative-style-sheet-sets>alternative style sheet
- sets</dfn>.</dd>
+ <code title=dom-title><a href=#dom-title>title</a></code> content attribute, if the
+ attribute is present and has a non-empty value. If the attribute is
+ absent or its value is the empty string, then the style sheet does
+ not have a title. The title is used for defining <span>alternative
+ style sheet sets</span>.</dd>
</dl><p>The <dfn id=dom-linkstyle-disabled title=dom-LinkStyle-disabled><code>disabled</code></dfn> DOM
attribute on <code><a href=#the-link-element>link</a></code> and <code><a href=#the-style-element>style</a></code> elements must
@@ -10559,13 +10559,12 @@
getting, and forward the new value to that same attribute on
setting.</p>
- <!-- <p class="XXX">Need more here - defining preferred
- stylesheets, alternative stylesheets, persistent stylesheets, ordering
- of stylesheets, dynamic additions/removals, how it maps to
- .styleSheets, HTTP Link: headers, and the stuff about the alternative
- stylesheet API.</p> XXX that will all be covered by Anne's spec -->
- <!--XXX empty title attribute is equivalent to missing attribute for
- purposes of alternative style sheet processing -->
+ <!-- [CSSOM] covers the following: the term "alternative style sheet
+ sets", the term "default style sheet set", preferred stylesheets,
+ alternative stylesheets, persistent stylesheets, ordering of
+ stylesheets, dynamic additions/removals, window.styleSheets, style
+ sheets given by HTTP Link: headers, and the alternative stylesheet
+ API -->
<p id=alternate-style-sheets>The rules for handling alternative
style sheets are defined in the CSS object model specification. <a href=#refsCSSOM>[CSSOM]</a></p>
@@ -11223,6 +11222,7 @@
<p>User agents may support other MIME types and other languages.</p>
+ <!-- this paragraph is also present in the <style> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
Modified: source
===================================================================
--- source 2009-06-15 23:58:55 UTC (rev 3264)
+++ source 2009-06-16 00:09:16 UTC (rev 3265)
@@ -10812,7 +10812,7 @@
<div class="impl">
- <!-- XXX this is the second time we have this paragraph here... -->
+ <!-- this paragraph is also present in the <script> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
@@ -10864,8 +10864,8 @@
sets</span>. If the <code>style</code> element has no <code
title="attr-style-title">title</code> attribute, then it has no
title; the <code title="attr-title">title</code> attribute of
- ancestors does not apply to the <code>style</code> element.</p> <!--
- XXX xref -->
+ ancestors does not apply to the <code>style</code> element. <a
+ href="#refsCSSOM">[CSSOM]</a></p>
<p class="note">The <code title="attr-style-title">title</code>
attribute on <code>style</code> elements, like the <code
@@ -11002,10 +11002,11 @@
<dt>The style sheet title (<code title="dom-stylesheet-title">title</code> DOM attribute)</dt>
<dd><p>The title must be the same as the value of the element's
- <code title="dom-title">title</code> content attribute. If the
- attribute is absent, then the style sheet does not have a
- title. The title is used for defining <dfn>alternative style sheet
- sets</dfn>.</p></dd>
+ <code title="dom-title">title</code> content attribute, if the
+ attribute is present and has a non-empty value. If the attribute is
+ absent or its value is the empty string, then the style sheet does
+ not have a title. The title is used for defining <span>alternative
+ style sheet sets</span>.</p></dd>
</dl>
@@ -11020,13 +11021,12 @@
getting, and forward the new value to that same attribute on
setting.</p>
- <!-- <p class="XXX">Need more here - defining preferred
- stylesheets, alternative stylesheets, persistent stylesheets, ordering
- of stylesheets, dynamic additions/removals, how it maps to
- .styleSheets, HTTP Link: headers, and the stuff about the alternative
- stylesheet API.</p> XXX that will all be covered by Anne's spec -->
- <!--XXX empty title attribute is equivalent to missing attribute for
- purposes of alternative style sheet processing -->
+ <!-- [CSSOM] covers the following: the term "alternative style sheet
+ sets", the term "default style sheet set", preferred stylesheets,
+ alternative stylesheets, persistent stylesheets, ordering of
+ stylesheets, dynamic additions/removals, window.styleSheets, style
+ sheets given by HTTP Link: headers, and the alternative stylesheet
+ API -->
<p id="alternate-style-sheets">The rules for handling alternative
style sheets are defined in the CSS object model specification. <a
@@ -11805,6 +11805,7 @@
<p>User agents may support other MIME types and other languages.</p>
+ <!-- this paragraph is also present in the <style> section -->
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
with unknown parameters must be assumed to be unsupported.</p>
More information about the Commit-Watchers
mailing list