[html5] r1699 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat May 24 02:44:50 PDT 2008


Author: ianh
Date: 2008-05-24 02:44:50 -0700 (Sat, 24 May 2008)
New Revision: 1699

Modified:
   index
   source
Log:
[cwt] (2) Allow <textarea> to bail out of <select> for compatibility with legacy content. (webkit bug 17421)

Modified: index
===================================================================
--- index	2008-05-24 09:40:04 UTC (rev 1698)
+++ index	2008-05-24 09:44:50 UTC (rev 1699)
@@ -47660,7 +47660,7 @@
     <p><a href="#parse1">Parse error</a>. Act as if the token had been an end
      tag with the tag name "select" instead.</p>
 
-   <dt>A start tag whose tag name is "input"
+   <dt>A start tag whose tag name is one of: "input", "textarea"
 
    <dd>
     <p><a href="#parse1">Parse error</a>. Act as if an end tag with the tag
@@ -51234,14 +51234,15 @@
    Kjær, Oliver Hunt, Peter Karlsson, Peter Kasting, Philip Taylor,
    Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf
    Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard Ishida,
-   Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike
-   Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
-   Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner,
-   Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
-   Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
-   Tim Altman, Tim Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;,
-   Wakaba, Wayne Pollock, William Swanson, Yi-An Huang, and Øistein E.
-   Andersen, for their useful and substantial comments.
+   Rimantas Liubertas, Robert Blaut, Robert O'Callahan, Robert Sayre, Roman
+   Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp,
+   Shaun Inman, Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma,
+   Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
+   Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
+   Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tyler Close, Vladimir
+   Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson, Yi-An
+   Huang, and Øistein E. Andersen, for their useful and substantial
+   comments.
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
    public mailing lists, or forums, including the <a

Modified: source
===================================================================
--- source	2008-05-24 09:40:04 UTC (rev 1698)
+++ source	2008-05-24 09:44:50 UTC (rev 1699)
@@ -44929,7 +44929,7 @@
 
    </dd>
 
-   <dt>A start tag whose tag name is "input"</dt>
+   <dt>A start tag whose tag name is one of: "input", "textarea"</dt>
    <dd>
     <p><span>Parse error</span>. Act as if an end tag with the tag
     name "select" had been seen, and reprocess the token.</p>
@@ -46444,9 +46444,9 @@
   Peter Kasting, Philip Taylor, Philip TAYLOR<!-- a different one -->,
   Rachid Finge, Rajas Moonka, Ralf Stoltze, Ralph Giles, Raphael
   Champeimont, Rene Saarsoo, Richard Ishida, Rimantas Liubertas,
-  Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam
-  Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
-  Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve
+  Robert Blaut, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike
+  Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman,
+  Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve
   Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
   Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
   Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Tyler Close,




More information about the Commit-Watchers mailing list