Skip to content

Commit

Permalink
make attribute duplication a parse error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@87 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 20, 2006
1 parent 91323ac commit 5c70224
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions index
Expand Up @@ -24,7 +24,7 @@

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

<h2 class="no-num no-toc" id="working">Working Draft &mdash; 18 July 2006</h2>
<h2 class="no-num no-toc" id="working">Working Draft &mdash; 20 July 2006</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 @@ -18274,8 +18274,8 @@ function receiver(e) {
<p>When the user agent leaves the attribute name state (and before
emitting the tag token, if appropriate), the complete attribute's name
must be compared to the other attributes on the same token; if it is a
duplicate, then it must be dropped, along with the value that gets
associated with it (if any).</p>
duplicate, then this is a parse error ond it must be dropped, along with
the value that gets associated with it (if any).</p>

<dt><dfn id="after">After attribute name state</dfn>

Expand Down Expand Up @@ -23446,11 +23446,11 @@ interface <dfn id="timeouthandler">TimeoutHandler</dfn> {
Rosenberg, Eira Monstad, Erik Arvidsson, fantasai, Franck 'Shift'
Qu&eacute;lain, Henri Sivonen, Henrik Lied, H&aring;kon Wium Lie, James
Graham, James Perrett, Jan-Klaas Kollhof, Jasper Bryant-Greene, Jens
Bannmann, Joel Spolsky, Johnny Stenback, Jon Perlow, Jukka K. Korpela, Kai
Hendry, Kornel Lesinski, Lachlan Hunt, Larry Page, Laurens Holst, Lenny
Domnitser, L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm Rowe, Mark
Nottingham, Mark Schenk, Martijn Wargers, Martin Honnen, Matthew
Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau, Max
Bannmann, J. King, Joel Spolsky, Johnny Stenback, Jon Perlow, Jukka K.
Korpela, Kai Hendry, Kornel Lesinski, Lachlan Hunt, Larry Page, Laurens
Holst, Lenny Domnitser, L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm
Rowe, Mark Nottingham, Mark Schenk, Martijn Wargers, Martin Honnen,
Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau, Max
Romantschuk, Michael A. Nachbaur, Michael Gratton, Michael 'Ratt'
Iannarelli, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Shaver,
Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;r, Rimantas
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -16430,8 +16430,9 @@ function receiver(e) {
<p>When the user agent leaves the attribute name state (and before
emitting the tag token, if appropriate), the complete attribute's
name must be compared to the other attributes on the same token;
if it is a duplicate, then it must be dropped, along with the
value that gets associated with it (if any).</p>
if it is a duplicate, then this is a parse error ond it must be
dropped, along with the value that gets associated with it (if
any).</p>

</dd>

Expand Down Expand Up @@ -20552,9 +20553,9 @@ interface <dfn>TimeoutHandler</dfn> {
Glazkov, dolphinling, Doron Rosenberg, Eira Monstad, Erik Arvidsson,
fantasai, Franck 'Shift' Qu&eacute;lain, Henri Sivonen, Henrik Lied,
H&aring;kon Wium Lie, James Graham, James Perrett, Jan-Klaas
Kollhof, Jasper Bryant-Greene, Jens Bannmann, Joel Spolsky, Johnny
Stenback, Jon Perlow, Jukka K. Korpela, Kai Hendry, Kornel Lesinski,
Lachlan Hunt, Larry Page, Laurens Holst, Lenny Domnitser,
Kollhof, Jasper Bryant-Greene, Jens Bannmann, J. King, Joel Spolsky,
Johnny Stenback, Jon Perlow, Jukka K. Korpela, Kai Hendry, Kornel
Lesinski, Lachlan Hunt, Larry Page, Laurens Holst, Lenny Domnitser,
L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm Rowe, Mark
Nottingham, Mark Schenk, Martijn Wargers, Martin Honnen, Matthew
Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau, Max
Expand Down

0 comments on commit 5c70224

Please sign in to comment.