Skip to content

Commit

Permalink
[e] (0) Try to clarify an example
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5278 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2010
1 parent cf05b23 commit 7ae1f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -116,7 +116,7 @@
.applies td { text-align: center; }
.applies .yes { background: yellow; }

.matrix, .matrix td { border: none; text-align: right; }
.matrix, .matrix td { border: hidden; text-align: right; }
.matrix { margin-left: 2em; }

.dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
Expand Down Expand Up @@ -41724,7 +41724,7 @@ <h6 id=the-pattern-attribute><span class=secno>4.10.7.2.8 </span>The <code title
&lt;/label&gt;</pre>
<p>...could cause the UA to display an alert such as:</p>
<pre><samp>A part number is a digit followed by three uppercase letters.
You cannot complete this form until the field is correct.</samp></pre>
You cannot submit this form when the field is incorrect.</samp></pre>
</div>

<p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -116,7 +116,7 @@
.applies td { text-align: center; }
.applies .yes { background: yellow; }

.matrix, .matrix td { border: none; text-align: right; }
.matrix, .matrix td { border: hidden; text-align: right; }
.matrix { margin-left: 2em; }

.dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
Expand Down Expand Up @@ -41651,7 +41651,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
&lt;/label&gt;</pre>
<p>...could cause the UA to display an alert such as:</p>
<pre><samp>A part number is a digit followed by three uppercase letters.
You cannot complete this form until the field is correct.</samp></pre>
You cannot submit this form when the field is incorrect.</samp></pre>
</div>

<p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -46466,7 +46466,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
&lt;/label&gt;</pre>
<p>...could cause the UA to display an alert such as:</p>
<pre><samp>A part number is a digit followed by three uppercase letters.
You cannot complete this form until the field is correct.</samp></pre>
You cannot submit this form when the field is incorrect.</samp></pre>
</div>

<p>When a control has a <code
Expand Down

0 comments on commit 7ae1f43

Please sign in to comment.