Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Define frame.src as reflecting as URL. Also, typo fixes.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21638
Affected topics: Canvas, DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7809 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 11, 2013
1 parent 3adfb29 commit 3a333fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions complete.html
Expand Up @@ -32746,7 +32746,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is neither <a href=#concept-canvas-none title=concept-canvas-none>none</a> nor <a href=#concept-canvas-indirect title=concept-canvas-indirect>indirect</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exxeption and abort these steps.</li>
exception and abort these steps.</li>

<li><p>If <var title="">context</var>'s <a href=#concept-canvas-context-bitmap-mode title=concept-canvas-context-bitmap-mode>context
bitmap mode</a> is <a href=#concept-canvas-fixed title=concept-canvas-fixed>fixed</a>, then throw an
Expand Down Expand Up @@ -54867,7 +54867,7 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
method</var> flag is not set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false, then <a href=#interactively-validate-the-constraints>interactively
validate the constraints</a> of <var title="">form</var> and examine the result: if the result
is negative (the constraint validation concluded that there were invalid fields and probably
informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> elmeent and then abort these
informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> element and then abort these
steps.</li>

<li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
Expand Down Expand Up @@ -96198,7 +96198,9 @@ <h4 id=frames><span class=secno>15.3.3 </span>Frames</h4>
};</pre>

<p>The <dfn id=dom-frame-name title=dom-frame-name><code>name</code></dfn>, <dfn id=dom-frame-scrolling title=dom-frame-scrolling><code>scrolling</code></dfn>, and <dfn id=dom-frame-src title=dom-frame-src><code>src</code></dfn> IDL attributes of the <code><a href=#frame>frame</a></code> element must
<a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
<a href=#reflect>reflect</a> the respective content attributes of the same name. For the purposes of
reflection, the <code><a href=#frame>frame</a></code> element's <code title=attr-frame-src>src</code> content
attribute is defined as containing a <a href=#url>URL</a>.</p>

<p>The <dfn id=dom-frame-frameborder title=dom-frame-frameBorder><code>frameBorder</code></dfn> IDL attribute of the
<code><a href=#frame>frame</a></code> element must <a href=#reflect>reflect</a> the element's <code title=attr-frame-frameborder>frameborder</code> content attribute.</p>
Expand Down
8 changes: 5 additions & 3 deletions index
Expand Up @@ -32746,7 +32746,7 @@ interface <dfn id=htmlcanvaselement>HTMLCanvasElement</dfn> : <a href=#htmleleme

<ol><li><p>If the <code><a href=#the-canvas-element>canvas</a></code> element's <a href=#concept-canvas-context-mode title=concept-canvas-context-mode>canvas
context mode</a> is neither <a href=#concept-canvas-none title=concept-canvas-none>none</a> nor <a href=#concept-canvas-indirect title=concept-canvas-indirect>indirect</a>, throw an <code><a href=#invalidstateerror>InvalidStateError</a></code>
exxeption and abort these steps.</li>
exception and abort these steps.</li>

<li><p>If <var title="">context</var>'s <a href=#concept-canvas-context-bitmap-mode title=concept-canvas-context-bitmap-mode>context
bitmap mode</a> is <a href=#concept-canvas-fixed title=concept-canvas-fixed>fixed</a>, then throw an
Expand Down Expand Up @@ -54867,7 +54867,7 @@ fur
method</var> flag is not set, and the <var title="">submitter</var> element's <a href=#concept-fs-novalidate title=concept-fs-novalidate>no-validate state</a> is false, then <a href=#interactively-validate-the-constraints>interactively
validate the constraints</a> of <var title="">form</var> and examine the result: if the result
is negative (the constraint validation concluded that there were invalid fields and probably
informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> elmeent and then abort these
informed the user of this) then <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> at the <var title="">form</var> element and then abort these
steps.</li>

<li><p>If the <var title="">submitted from <code title=dom-form-submit><a href=#dom-form-submit>submit()</a></code>
Expand Down Expand Up @@ -96198,7 +96198,9 @@ if (s = prompt('What is your name?')) {
};</pre>

<p>The <dfn id=dom-frame-name title=dom-frame-name><code>name</code></dfn>, <dfn id=dom-frame-scrolling title=dom-frame-scrolling><code>scrolling</code></dfn>, and <dfn id=dom-frame-src title=dom-frame-src><code>src</code></dfn> IDL attributes of the <code><a href=#frame>frame</a></code> element must
<a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
<a href=#reflect>reflect</a> the respective content attributes of the same name. For the purposes of
reflection, the <code><a href=#frame>frame</a></code> element's <code title=attr-frame-src>src</code> content
attribute is defined as containing a <a href=#url>URL</a>.</p>

<p>The <dfn id=dom-frame-frameborder title=dom-frame-frameBorder><code>frameBorder</code></dfn> IDL attribute of the
<code><a href=#frame>frame</a></code> element must <a href=#reflect>reflect</a> the element's <code title=attr-frame-frameborder>frameborder</code> content attribute.</p>
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -39636,7 +39636,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {
<li><p>If the <code>canvas</code> element's <span title="concept-canvas-context-mode">canvas
context mode</span> is neither <span title="concept-canvas-none">none</span> nor <span
title="concept-canvas-indirect">indirect</span>, throw an <code>InvalidStateError</code>
exxeption and abort these steps.</p></li>
exception and abort these steps.</p></li>

<li><p>If <var title="">context</var>'s <span title="concept-canvas-context-bitmap-mode">context
bitmap mode</span> is <span title="concept-canvas-fixed">fixed</span>, then throw an
Expand Down Expand Up @@ -65063,7 +65063,7 @@ fur
validate the constraints</span> of <var title="">form</var> and examine the result: if the result
is negative (the constraint validation concluded that there were invalid fields and probably
informed the user of this) then <span>fire a simple event</span> named <code
title="event-invalid">invalid</code> at the <var title="">form</var> elmeent and then abort these
title="event-invalid">invalid</code> at the <var title="">form</var> element and then abort these
steps.</p></li>

<li><p>If the <var title="">submitted from <code title="dom-form-submit">submit()</code>
Expand Down Expand Up @@ -111974,7 +111974,9 @@ if (s = prompt('What is your name?')) {
<p>The <dfn title="dom-frame-name"><code>name</code></dfn>, <dfn
title="dom-frame-scrolling"><code>scrolling</code></dfn>, and <dfn
title="dom-frame-src"><code>src</code></dfn> IDL attributes of the <code>frame</code> element must
<span>reflect</span> the respective content attributes of the same name.</p>
<span>reflect</span> the respective content attributes of the same name. For the purposes of
reflection, the <code>frame</code> element's <code title="attr-frame-src">src</code> content
attribute is defined as containing a <span>URL</span>.</p>

<p>The <dfn title="dom-frame-frameBorder"><code>frameBorder</code></dfn> IDL attribute of the
<code>frame</code> element must <span>reflect</span> the element's <code
Expand Down

0 comments on commit 3a333fb

Please sign in to comment.