- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 07:46:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30567 Modified Files: forms.html spec.html the-canvas-element.html the-iframe-element.html Log Message: typo (whatwg r6447) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.911 retrieving revision 1.912 diff -u -d -r1.911 -r1.912 --- the-canvas-element.html 28 Jul 2011 01:46:30 -0000 1.911 +++ the-canvas-element.html 14 Aug 2011 07:46:26 -0000 1.912 @@ -395,7 +395,7 @@ keyboard-accessible: authors should have a one-to-one mapping of interactive regions to focusable elements in the <a href="content-models.html#fallback-content">fallback content</a>. (Focus has no effect on mouse interaction - events.) <a href="#DOMEVENTS">[DOMEVENTS]</a></p><p>The <code><a href="#the-canvas-element">canvas</a></code> element has two attributes to control the + events.) <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><p>The <code><a href="#the-canvas-element">canvas</a></code> element has two attributes to control the size of the coordinate space: <dfn id="attr-canvas-width" title="attr-canvas-width"><code>width</code></dfn> and <dfn id="attr-canvas-height" title="attr-canvas-height"><code>height</code></dfn>. These attributes, when specified, must have values that are <a href="common-microsyntaxes.html#valid-non-negative-integer" title="valid non-negative integer">valid non-negative integers</a>. <span class="impl">The <a href="common-microsyntaxes.html#rules-for-parsing-non-negative-integers">rules for parsing Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- the-iframe-element.html 12 Aug 2011 22:46:27 -0000 1.92 +++ the-iframe-element.html 14 Aug 2011 07:46:26 -0000 1.93 @@ -5258,7 +5258,7 @@ <p>Returns the ID of the given track. This is the ID that can be used with a fragment identifier if the format supports the <cite>Media Fragments URI</cite> syntax, and that can be used with - the <code title="">getTrackById()</code> method. <a href="#hrefMEDIAFRAG">[MEDIAFRAG]</a></p> + the <code title="">getTrackById()</code> method. <a href="references.html#refsMEDIAFRAG">[MEDIAFRAG]</a></p> </dd> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1042 retrieving revision 1.1043 diff -u -d -r1.1042 -r1.1043 --- forms.html 11 Aug 2011 20:46:29 -0000 1.1042 +++ forms.html 14 Aug 2011 07:46:25 -0000 1.1043 @@ -543,7 +543,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"<strong> name="delivery"</strong>></label></p> <p><label>Delivery instructions: <textarea<strong> name="comments"</strong>></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><p>For example, if the customer entered "Denise Lawrence" as their name, "555-321-8642" as their telephone number, did not specify an e-mail address, asked for a medium-sized pizza, selected the Extra @@ -580,7 +580,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900" name="delivery"<strong> required</strong>></label></p> <p><label>Delivery instructions: <textarea name="comments"></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><p>It is also possible to limit the length of the input, using the <code title="attr-fe-maxlength"><a href="association-of-controls-and-forms.html#attr-fe-maxlength">maxlength</a></code> attribute. By adding this to the <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element, we can limit users @@ -607,7 +607,7 @@ </fieldset> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900" name="delivery" required></label></p> <p><label>Delivery instructions: <textarea name="comments"<strong> maxlength=1000</strong>></textarea></label></p> - <p><button>Submit order</button><p> + <p><button>Submit order</button></p> </form></pre><h4 id="categories"><span class="secno">4.10.2 </span>Categories</h4><p>Mostly for historical reasons, elements in this section fall into several overlapping (but subtly different) categories in addition to the usual ones like <a href="content-models.html#flow-content">flow content</a>, <a href="content-models.html#phrasing-content">phrasing Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1619 retrieving revision 1.1620 diff -u -d -r1.1619 -r1.1620 --- spec.html 14 Aug 2011 06:46:25 -0000 1.1619 +++ spec.html 14 Aug 2011 07:46:26 -0000 1.1620 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5146. +This is revision 1.5148. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Sunday, 14 August 2011 07:46:34 UTC