[html5] r7809 - [giow] (3) Define frame.src as reflecting as URL. Also, typo fixes. Fixing https [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 11 15:05:36 PDT 2013


Author: ianh
Date: 2013-04-11 15:05:35 -0700 (Thu, 11 Apr 2013)
New Revision: 7809

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2013-04-11 22:00:00 UTC (rev 7808)
+++ complete.html	2013-04-11 22:05:35 UTC (rev 7809)
@@ -32746,7 +32746,7 @@
 
   <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
@@ -54867,7 +54867,7 @@
    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>
@@ -96198,7 +96198,9 @@
 };</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>

Modified: index
===================================================================
--- index	2013-04-11 22:00:00 UTC (rev 7808)
+++ index	2013-04-11 22:05:35 UTC (rev 7809)
@@ -32746,7 +32746,7 @@
 
   <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
@@ -54867,7 +54867,7 @@
    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>
@@ -96198,7 +96198,9 @@
 };</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>

Modified: source
===================================================================
--- source	2013-04-11 22:00:00 UTC (rev 7808)
+++ source	2013-04-11 22:05:35 UTC (rev 7809)
@@ -39636,7 +39636,7 @@
    <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
@@ -65063,7 +65063,7 @@
    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>
@@ -111974,7 +111974,9 @@
   <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




More information about the Commit-Watchers mailing list