- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Feb 2011 23:17:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21693
Modified Files:
Overview.html
Log Message:
typo (whatwg r5908)
Index: Overview.html
===================================================================
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:17:10 UTC