- From: poot <cvsmail@w3.org>
- Date: Fri, 18 Feb 2011 18:18:18 -0500
- To: public-html-diffs@w3.org
hixie: typo (whatwg r5908)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4747&r2=1.4748&f=h
http://html5.org/tools/web-apps-tracker?from=5907&to=5908
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4747
retrieving revision 1.4748
diff -u -d -r1.4747 -r1.4748
--- Overview.html 18 Feb 2011 22:49:31 -0000 1.4747
+++ Overview.html 18 Feb 2011 23:17:03 -0000 1.4748
@@ -38442,10 +38442,10 @@
<code><a href="#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state,
then run these further nested substeps:</p>
- <ol><li><p>If the <var title="">field</var> element has a <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified and value
- is not the empty string, let <var title="">name</var> be that
- value followed by a single U+002E FULL STOP character
- (.). Otherwise, let <var title="">name</var> be the empty
+ <ol><li><p>If the <var title="">field</var> element has a <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified and its
+ value is not the empty string, let <var title="">name</var> be
+ that value followed by a single U+002E FULL STOP character (.).
+ Otherwise, let <var title="">name</var> be the empty
string.</li>
<li><p>Let <var title="">name<sub title="">x</sub></var> be the
Received on Friday, 18 February 2011 23:18:23 UTC