[html5] r2279 - [e] (0) WF2: Rejig the references for pattern=''.

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 3 17:25:11 PDT 2008


Author: ianh
Date: 2008-10-03 17:25:11 -0700 (Fri, 03 Oct 2008)
New Revision: 2279

Modified:
   index
   source
Log:
[e] (0) WF2: Rejig the references for pattern=''.

Modified: index
===================================================================
--- index	2008-10-04 00:22:32 UTC (rev 2278)
+++ index	2008-10-04 00:25:11 UTC (rev 2279)
@@ -25712,11 +25712,14 @@
   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>

Modified: source
===================================================================
--- source	2008-10-04 00:22:32 UTC (rev 2278)
+++ source	2008-10-04 00:25:11 UTC (rev 2279)
@@ -28640,15 +28640,15 @@
   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




More information about the Commit-Watchers mailing list