Skip to content

Commit

Permalink
[e] (0) missing quote marks
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1351 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 7, 2008
1 parent c5e6b83 commit bea0754
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -33557,13 +33557,13 @@ at the first element with the given ID must be treated as if it was cloned and r
title="">inherit</code>" then the content attribute must be removed, if
the new value is case-insensitively<!-- XXX
ascii --> equal to the
string "<code title="">true</code> then the content attribute must be set
to the string "<code title="">true</code>, if the new value is
case-insensitively<!-- XXX
ascii --> equal to the string "<code
title="">false</code> then the content attribute must be set to the string
"<code title="">false</code>, and otherwise the attribute setter must
raise a <code>SYNTAX_ERR</code> exception.
string "<code title="">true</code>: then the content attribute must be set
to the string "<code title="">true</code>:, if the new value is
case-insensitively<!--
XXX ascii --> equal to the string "<code
title="">false</code>" then the content attribute must be set to the
string "<code title="">false</code>:, and otherwise the attribute setter
must raise a <code>SYNTAX_ERR</code> exception.

<p>If an element is <a href="#editable0">editable</a> and its parent
element is not, or if an element is <a href="#editable0">editable</a> and
Expand Down
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -31012,13 +31012,13 @@ at the first element with the given ID must be treated as if it was cloned and r
the new value is case-insensitively<!-- XXX ascii --> equal to the
string "<code title="">inherit</code>" then the content attribute
must be removed, if the new value is case-insensitively<!-- XXX
ascii --> equal to the string "<code title="">true</code> then the
ascii --> equal to the string "<code title="">true</code>: then the
content attribute must be set to the string "<code
title="">true</code>, if the new value is case-insensitively<!-- XXX
ascii --> equal to the string "<code title="">false</code> then the
content attribute must be set to the string "<code
title="">false</code>, and otherwise the attribute setter must raise
a <code>SYNTAX_ERR</code> exception.</p>
title="">true</code>:, if the new value is case-insensitively<!--
XXX ascii --> equal to the string "<code title="">false</code>" then
the content attribute must be set to the string "<code
title="">false</code>:, and otherwise the attribute setter must
raise a <code>SYNTAX_ERR</code> exception.</p>

<p>If an element is <span>editable</span> and its parent element is
not, or if an element is <span>editable</span> and it has no parent
Expand Down

0 comments on commit bea0754

Please sign in to comment.