[html5] r4198 - [e] (0) xref 'boolean attribute' Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 23:03:07 PDT 2009


Author: ianh
Date: 2009-10-19 23:03:05 -0700 (Mon, 19 Oct 2009)
New Revision: 4198

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref 'boolean attribute'
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7838

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 06:01:40 UTC (rev 4197)
+++ complete.html	2009-10-20 06:03:05 UTC (rev 4198)
@@ -5448,13 +5448,12 @@
   doesn't fall into any of the above categories, then the getting and
   setting must be done in a transparent, case-preserving manner.</p>
 
-  <p>If a reflecting IDL attribute is a boolean attribute, then on
-  getting the IDL attribute must return true if the attribute is set,
-  and false if it is absent. On setting, the content attribute must be
-  removed if the IDL attribute is set to false, and must be set to
-  have the same value as its name if the IDL attribute is set to
-  true. (This corresponds to the rules for <a href=#boolean-attribute title="boolean
-  attribute">boolean content attributes</a>.)</p>
+  <p>If a reflecting IDL attribute is a <a href=#boolean-attribute>boolean
+  attribute</a>, then on getting the IDL attribute must return true
+  if the attribute is set, and false if it is absent. On setting, the
+  content attribute must be removed if the IDL attribute is set to
+  false, and must be set to have the same value as its name if the IDL
+  attribute is set to true. (This corresponds to the rules for <a href=#boolean-attribute title="boolean attribute">boolean content attributes</a>.)</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
   (<code>long</code>) then, on getting, the content attribute must be
@@ -20404,18 +20403,18 @@
   <hr><!-- v2: Might be interesting to have a value on seamless that
   allowed event propagation of some sort, maybe based on the WICD
   work: http://www.w3.org/TR/WICD/ --><p>The <dfn id=attr-iframe-seamless title=attr-iframe-seamless><code>seamless</code></dfn>
-  attribute is a boolean attribute. When specified, it indicates that
-  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> is
-  to be rendered in a manner that makes it appear to be part of the
-  containing document (seamlessly included in the parent
-  document). <span class=impl>Specifically, when the attribute is
-  set on an element and while the <a href=#browsing-context>browsing context</a>'s
-  <a href=#active-document>active document</a> has the <a href=#same-origin>same origin</a> as the
-  <code><a href=#the-iframe-element>iframe</a></code> element's document, or the <a href=#browsing-context>browsing
-  context</a>'s <a href=#active-document>active document</a>'s <em><a href="#the-document's-address" title="the
-  document's address">address</a></em> has the <a href=#same-origin>same
-  origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's document, the
-  following requirements apply:</span></p>
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, it
+  indicates that the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing
+  context</a> is to be rendered in a manner that makes it appear to
+  be part of the containing document (seamlessly included in the
+  parent document). <span class=impl>Specifically, when the
+  attribute is set on an element and while the <a href=#browsing-context>browsing
+  context</a>'s <a href=#active-document>active document</a> has the <a href=#same-origin>same
+  origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's document, or the
+  <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a>'s
+  <em><a href="#the-document's-address" title="the document's address">address</a></em> has the
+  <a href=#same-origin>same origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's
+  document, the following requirements apply:</span></p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2009-10-20 06:01:40 UTC (rev 4197)
+++ index	2009-10-20 06:03:05 UTC (rev 4198)
@@ -5277,13 +5277,12 @@
   doesn't fall into any of the above categories, then the getting and
   setting must be done in a transparent, case-preserving manner.</p>
 
-  <p>If a reflecting IDL attribute is a boolean attribute, then on
-  getting the IDL attribute must return true if the attribute is set,
-  and false if it is absent. On setting, the content attribute must be
-  removed if the IDL attribute is set to false, and must be set to
-  have the same value as its name if the IDL attribute is set to
-  true. (This corresponds to the rules for <a href=#boolean-attribute title="boolean
-  attribute">boolean content attributes</a>.)</p>
+  <p>If a reflecting IDL attribute is a <a href=#boolean-attribute>boolean
+  attribute</a>, then on getting the IDL attribute must return true
+  if the attribute is set, and false if it is absent. On setting, the
+  content attribute must be removed if the IDL attribute is set to
+  false, and must be set to have the same value as its name if the IDL
+  attribute is set to true. (This corresponds to the rules for <a href=#boolean-attribute title="boolean attribute">boolean content attributes</a>.)</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
   (<code>long</code>) then, on getting, the content attribute must be
@@ -20233,18 +20232,18 @@
   <hr><!-- v2: Might be interesting to have a value on seamless that
   allowed event propagation of some sort, maybe based on the WICD
   work: http://www.w3.org/TR/WICD/ --><p>The <dfn id=attr-iframe-seamless title=attr-iframe-seamless><code>seamless</code></dfn>
-  attribute is a boolean attribute. When specified, it indicates that
-  the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> is
-  to be rendered in a manner that makes it appear to be part of the
-  containing document (seamlessly included in the parent
-  document). <span class=impl>Specifically, when the attribute is
-  set on an element and while the <a href=#browsing-context>browsing context</a>'s
-  <a href=#active-document>active document</a> has the <a href=#same-origin>same origin</a> as the
-  <code><a href=#the-iframe-element>iframe</a></code> element's document, or the <a href=#browsing-context>browsing
-  context</a>'s <a href=#active-document>active document</a>'s <em><a href="#the-document's-address" title="the
-  document's address">address</a></em> has the <a href=#same-origin>same
-  origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's document, the
-  following requirements apply:</span></p>
+  attribute is a <a href=#boolean-attribute>boolean attribute</a>. When specified, it
+  indicates that the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing
+  context</a> is to be rendered in a manner that makes it appear to
+  be part of the containing document (seamlessly included in the
+  parent document). <span class=impl>Specifically, when the
+  attribute is set on an element and while the <a href=#browsing-context>browsing
+  context</a>'s <a href=#active-document>active document</a> has the <a href=#same-origin>same
+  origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's document, or the
+  <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active document</a>'s
+  <em><a href="#the-document's-address" title="the document's address">address</a></em> has the
+  <a href=#same-origin>same origin</a> as the <code><a href=#the-iframe-element>iframe</a></code> element's
+  document, the following requirements apply:</span></p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2009-10-20 06:01:40 UTC (rev 4197)
+++ source	2009-10-20 06:03:05 UTC (rev 4198)
@@ -4944,13 +4944,13 @@
   doesn't fall into any of the above categories, then the getting and
   setting must be done in a transparent, case-preserving manner.</p>
 
-  <p>If a reflecting IDL attribute is a boolean attribute, then on
-  getting the IDL attribute must return true if the attribute is set,
-  and false if it is absent. On setting, the content attribute must be
-  removed if the IDL attribute is set to false, and must be set to
-  have the same value as its name if the IDL attribute is set to
-  true. (This corresponds to the rules for <span title="boolean
-  attribute">boolean content attributes</span>.)</p>
+  <p>If a reflecting IDL attribute is a <span>boolean
+  attribute</span>, then on getting the IDL attribute must return true
+  if the attribute is set, and false if it is absent. On setting, the
+  content attribute must be removed if the IDL attribute is set to
+  false, and must be set to have the same value as its name if the IDL
+  attribute is set to true. (This corresponds to the rules for <span
+  title="boolean attribute">boolean content attributes</span>.)</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
   (<code>long</code>) then, on getting, the content attribute must be
@@ -21654,18 +21654,18 @@
   work: http://www.w3.org/TR/WICD/ -->
 
   <p>The <dfn title="attr-iframe-seamless"><code>seamless</code></dfn>
-  attribute is a boolean attribute. When specified, it indicates that
-  the <code>iframe</code> element's <span>browsing context</span> is
-  to be rendered in a manner that makes it appear to be part of the
-  containing document (seamlessly included in the parent
-  document). <span class="impl">Specifically, when the attribute is
-  set on an element and while the <span>browsing context</span>'s
-  <span>active document</span> has the <span>same origin</span> as the
-  <code>iframe</code> element's document, or the <span>browsing
-  context</span>'s <span>active document</span>'s <em><span title="the
-  document's address">address</span></em> has the <span>same
-  origin</span> as the <code>iframe</code> element's document, the
-  following requirements apply:</span></p>
+  attribute is a <span>boolean attribute</span>. When specified, it
+  indicates that the <code>iframe</code> element's <span>browsing
+  context</span> is to be rendered in a manner that makes it appear to
+  be part of the containing document (seamlessly included in the
+  parent document). <span class="impl">Specifically, when the
+  attribute is set on an element and while the <span>browsing
+  context</span>'s <span>active document</span> has the <span>same
+  origin</span> as the <code>iframe</code> element's document, or the
+  <span>browsing context</span>'s <span>active document</span>'s
+  <em><span title="the document's address">address</span></em> has the
+  <span>same origin</span> as the <code>iframe</code> element's
+  document, the following requirements apply:</span></p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list