Skip to content

Commit

Permalink
[e] (0) CSSOM-related cleanup. The term 'alternative style sheet sets…
Browse files Browse the repository at this point in the history
…' is no longer cross-referenced because it will be defined in the CSSOM spec (blocked on CSSOM and PMS-cross-spec-xrefs).

git-svn-id: http://svn.whatwg.org/webapps@3265 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2009
1 parent 37238d6 commit 50faed3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
40 changes: 20 additions & 20 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 15 June 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 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>
Expand Down Expand Up @@ -9642,7 +9642,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down Expand Up @@ -10069,8 +10069,8 @@ people expect to have work and what is necessary.

<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>

Expand Down Expand Up @@ -10380,7 +10380,7 @@ people expect to have work and what is necessary.

<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 &mdash; types
with unknown parameters must be assumed to be unsupported.</p>
Expand Down Expand Up @@ -10425,11 +10425,10 @@ people expect to have work and what is necessary.
</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>
Expand Down Expand Up @@ -10546,10 +10545,11 @@ people expect to have work and what is necessary.
<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
Expand All @@ -10559,13 +10559,12 @@ people expect to have work and what is necessary.
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>
Expand Down Expand Up @@ -11223,6 +11222,7 @@ o............A....e

<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 &mdash; types
with unknown parameters must be assumed to be unsupported.</p>
Expand Down
29 changes: 15 additions & 14 deletions source
Expand Up @@ -10812,7 +10812,7 @@ people expect to have work and what is necessary.

<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 &mdash; types
with unknown parameters must be assumed to be unsupported.</p>
Expand Down Expand Up @@ -10864,8 +10864,8 @@ people expect to have work and what is necessary.
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
Expand Down Expand Up @@ -11002,10 +11002,11 @@ people expect to have work and what is necessary.
<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>

Expand All @@ -11020,13 +11021,12 @@ people expect to have work and what is necessary.
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
Expand Down Expand Up @@ -11805,6 +11805,7 @@ o............A....e

<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 &mdash; types
with unknown parameters must be assumed to be unsupported.</p>
Expand Down

0 comments on commit 50faed3

Please sign in to comment.