Skip to content

Commit

Permalink
[e] (0) WF2: Rejig the references for pattern=''.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2279 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2008
1 parent 9c87f47 commit 06b361b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions index
Expand Up @@ -25712,11 +25712,14 @@ function AddCloud(data, x, y) { ... }</pre>
sections 15.10.7.2 through 15.10.7.4), compiles successfully but the
resulting regular expression does not match the entirety of the
element's <a href=#concept-fe-value title=concept-fe-value>value</a>, then the
element is <span>suffering from a pattern mismatch</span>.</p>
element is <span>suffering from a pattern mismatch</span>. <a href=#refsECMA262>[ECMA262]</a></p>

<p class=note>This implies that the regular expression language
used for this attribute is the same as that defined in <a href=#refsECMA262>[ECMA262]</a>, except that the <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute must match the
entire value, not just any subset (somewhat as if it implied a <code title="">^(?:</code> at the start of the pattern and a <code title="">)$</code> at the end).</p>
used for this attribute is the same as that defined in ECMA 262,
except that the <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
attribute must match the entire value, not just any subset (somewhat
as if it implied a <code title="">^(?:</code> at the start of the
pattern and a <code title="">)$</code> at the end).</p>


<h6 id=the-min-and-max-attributes><span class=secno>4.10.4.2.8 </span>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> and <code title=attr-input-max><a href=#attr-input-max>max</a></code> attributes</h6>
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -28640,15 +28640,15 @@ function AddCloud(data, x, y) { ... }</pre>
sections 15.10.7.2 through 15.10.7.4), compiles successfully but the
resulting regular expression does not match the entirety of the
element's <span title="concept-fe-value">value</span>, then the
element is <span>suffering from a pattern mismatch</span>.</p>
element is <span>suffering from a pattern mismatch</span>. <a
href="#refsECMA262">[ECMA262]</a></p>

<p class="note">This implies that the regular expression language
used for this attribute is the same as that defined in <a
href="#refsECMA262">[ECMA262]</a>, except that the <code
title="attr-input-pattern">pattern</code> attribute must match the
entire value, not just any subset (somewhat as if it implied a <code
title="">^(?:</code> at the start of the pattern and a <code
title="">)$</code> at the end).</p>
used for this attribute is the same as that defined in ECMA 262,
except that the <code title="attr-input-pattern">pattern</code>
attribute must match the entire value, not just any subset (somewhat
as if it implied a <code title="">^(?:</code> at the start of the
pattern and a <code title="">)$</code> at the end).</p>


<h6>The <code title="attr-input-min">min</code> and <code
Expand Down

0 comments on commit 06b361b

Please sign in to comment.