Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix note on enumerated attributes, add note for rel=search
git-svn-id: http://svn.whatwg.org/webapps@484 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 19, 2007
1 parent 79cb7ce commit c003af3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
17 changes: 12 additions & 5 deletions index
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 18 January 2007</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 19 January 2007</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -5102,12 +5102,14 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<p class=note>The empty string can be one of the keywords in some cases.
For example the <code title=attr-contenteditable><a
href="#contenteditable0">contenteditable</a></code> attribute has three
href="#contenteditable0">contenteditable</a></code> attribute has two
states: <em>true</em>, matching the <code title="">true</code> keyword and
the empty string, <me>false, matching <code title="">false</code> and all
other keywords (it's the <em>invalid value default</em>), and
<em>inherit</em>, which is the default when the attribute is not specified
at all (the <em>missing value default</em>).</me>
other keywords (it's the <em>invalid value default</em>). It could further
be thought of as having a third state <em>inherit</em>, which would be the
default when the attribute is not specified at all (the <em>missing value
default</em>), but for various reasons that isn't the way this
specification actually defines it.</me>

<h3 id=documents0><span class=secno>3.3. </span>Documents and document
fragments</h3>
Expand Down Expand Up @@ -19518,6 +19520,11 @@ mpt says:
indicates that the referenced document provides an interface specifically
for searching the document and its related resources.

<p class=note>OpenSearch description documents can be used with <code><a
href="#link0">link</a></code> elements and the <code title=rel-search><a
href="#search2">search</a></code> link type to enable user agents to
autodiscover search interfaces.

<h5 id=link-type13><span class=secno>4.3.3.15. </span>Link type "<dfn
id=stylesheet0 title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>

Expand Down
15 changes: 11 additions & 4 deletions source
Expand Up @@ -3989,12 +3989,14 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
<p class="note">The empty string can be one of the keywords in some
cases. For example the <code
title="attr-contenteditable">contenteditable</code> attribute has
three states: <em>true</em>, matching the <code title="">true</code>
two states: <em>true</em>, matching the <code title="">true</code>
keyword and the empty string, <me>false</em>, matching <code
title="">false</code> and all other keywords (it's the <em>invalid
value default</em>), and <em>inherit</em>, which is the default when
the attribute is not specified at all (the <em>missing value
default</em>).</p>
value default</em>). It could further be thought of as having a
third state <em>inherit</em>, which would be the default when the
attribute is not specified at all (the <em>missing value
default</em>), but for various reasons that isn't the way this
specification actually defines it.</p>



Expand Down Expand Up @@ -17467,6 +17469,11 @@ mpt says:
the referenced document provides an interface specifically for
searching the document and its related resources.</p>

<p class="note">OpenSearch description documents can be used with
<code>link</code> elements and the <code
title="rel-search">search</code> link type to enable user agents to
autodiscover search interfaces.</p>


<h5>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5>

Expand Down

0 comments on commit c003af3

Please sign in to comment.