Skip to content

Commit

Permalink
[e] (0) Forgot to state the initial state requirement
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6110 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent f1d5780 commit 7068c4e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions complete.html
Expand Up @@ -51703,8 +51703,11 @@ <h4 id=the-details-element><span class=secno>4.11.1 </span>The <dfn><code>detail

<div class=impl>

<p>If the attribute is removed, then the details should be
hidden. If the attribute is added, the details should be shown.</p>
<p>When the element is created, if the attribute is absent, the
details should be hidden; if the attribute is absent, the details
should be shown. Subsequently, if the attribute is removed, then the
details should be hidden; if the attribute is added, the details
should be shown.</p>

<p>The user agent should allow the user to request that the details
be shown or hidden. To honor a request for the details to be shown,
Expand Down
7 changes: 5 additions & 2 deletions index
Expand Up @@ -51731,8 +51731,11 @@ fur

<div class=impl>

<p>If the attribute is removed, then the details should be
hidden. If the attribute is added, the details should be shown.</p>
<p>When the element is created, if the attribute is absent, the
details should be hidden; if the attribute is absent, the details
should be shown. Subsequently, if the attribute is removed, then the
details should be hidden; if the attribute is added, the details
should be shown.</p>

<p>The user agent should allow the user to request that the details
be shown or hidden. To honor a request for the details to be shown,
Expand Down
7 changes: 5 additions & 2 deletions source
Expand Up @@ -58340,8 +58340,11 @@ fur

<div class="impl">

<p>If the attribute is removed, then the details should be
hidden. If the attribute is added, the details should be shown.</p>
<p>When the element is created, if the attribute is absent, the
details should be hidden; if the attribute is absent, the details
should be shown. Subsequently, if the attribute is removed, then the
details should be hidden; if the attribute is added, the details
should be shown.</p>

<p>The user agent should allow the user to request that the details
be shown or hidden. To honor a request for the details to be shown,
Expand Down

0 comments on commit 7068c4e

Please sign in to comment.