html5/spec Overview.html,1.3344,1.3345

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11206

Modified Files:
	Overview.html 
Log Message:
xref 'boolean attribute' (whatwg r4198)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3344
retrieving revision 1.3345
diff -u -d -r1.3344 -r1.3345
--- Overview.html	20 Oct 2009 05:49:08 -0000	1.3344
+++ Overview.html	20 Oct 2009 05:50:32 -0000	1.3345
@@ -4781,13 +4781,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
@@ -17675,18 +17674,18 @@
   </div><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><div class="impl">
+  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><div class="impl">
 
   <ul><li><p>The user agent must set the <dfn id="seamless-browsing-context-flag">seamless browsing
    context flag</dfn> to true for that <a href="#browsing-context">browsing

Received on Tuesday, 20 October 2009 05:50:37 UTC