- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Oct 2012 22:15:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30453 Modified Files: single-page.html spec.html textFieldSelection.html Log Message: commit c84259a6301b2617c20ddebb78e9f558fac1aa24 Author: ianh <ianh@340c8d12-0b0e-0410-8428-c7bf67bfef74> Date: Thu Sep 27 23:29:20 2012 +0000 [e] (0) Ack for last checkin Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17852 Affected topics: HTML git-svn-id: http://svn.whatwg.org/webapps@7418 340c8d12-0b0e-0410-8428-c7bf67bfef74 (cherry picked from commit 731d272363e726d3c1e7011e3fa38d2cf12bd769) Fixes W3C bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16946 Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.170 retrieving revision 1.171 diff -u -d -r1.170 -r1.171 --- single-page.html 14 Oct 2012 13:44:48 -0000 1.170 +++ single-page.html 14 Oct 2012 22:15:24 -0000 1.171 @@ -81905,6 +81905,9 @@ <p>Pop that <code><a href="#the-input-element">input</a></code> element off the <a href="#stack-of-open-elements">stack of open elements</a>.</p> + <p><a href="#acknowledge-self-closing-flag" title="acknowledge self-closing flag">Acknowledge the + token's <i>self-closing flag</i></a>, if it is set.</p> + </dd> <dt>A start tag whose tag name is "form"</dt> @@ -97046,6 +97049,7 @@ 李普君 (Pujun Li)<!-- masa jack -->, Rachid Finge, Rafał Miłecki, + Raj Doshi, Rajas Moonka, Ralf Stoltze, Ralph Giles, Index: textFieldSelection.html =================================================================== RCS file: /sources/public/html5/spec/textFieldSelection.html,v retrieving revision 1.207 retrieving revision 1.208 diff -u -d -r1.207 -r1.208 --- textFieldSelection.html 14 Oct 2012 13:44:49 -0000 1.207 +++ textFieldSelection.html 14 Oct 2012 22:15:25 -0000 1.208 @@ -27791,6 +27791,9 @@ <p>Pop that <code><a href="the-input-element.html#the-input-element">input</a></code> element off the <a href="#stack-of-open-elements">stack of open elements</a>.</p> + <p><a href="#acknowledge-self-closing-flag" title="acknowledge self-closing flag">Acknowledge the + token's <i>self-closing flag</i></a>, if it is set.</p> + </dd> <dt>A start tag whose tag name is "form"</dt> @@ -39731,6 +39734,7 @@ 李普君 (Pujun Li)<!-- masa jack -->, Rachid Finge, Rafał Miłecki, + Raj Doshi, Rajas Moonka, Ralf Stoltze, Ralph Giles,
Received on Sunday, 14 October 2012 22:15:29 UTC