Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2892 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 21, 2009
1 parent f352cdd commit 4a672f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -29744,8 +29744,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<p><strong>The <a href=#concept-input-value-number-string title=concept-input-value-number-string>algorithm to convert a
number to a string</a>, given a number <var title="">input</var>,
is as follows:</strong> Return a <a href=#valid-month-string>valid month string</a>
that represents the <span title=concept-monthtime>month</span>
that has <var title="">input</var> months between it and January
that represents the <a href=#concept-month title=concept-month>month</a> that
has <var title="">input</var> months between it and January
1970.</p>

<!-- note - it doesn't matter exactly how many months are "between"
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -33170,8 +33170,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
title="concept-input-value-number-string">algorithm to convert a
number to a string</span>, given a number <var title="">input</var>,
is as follows:</strong> Return a <span>valid month string</span>
that represents the <span title="concept-monthtime">month</span>
that has <var title="">input</var> months between it and January
that represents the <span title="concept-month">month</span> that
has <var title="">input</var> months between it and January
1970.</p>

<!-- note - it doesn't matter exactly how many months are "between"
Expand Down

0 comments on commit 4a672f0

Please sign in to comment.