[cssom-view] Make offset* work for col/colgroup

Tue, 16 Apr 2013 14:15:11 +0200

author
Simon Pieters <simonp@opera.com>
date
Tue, 16 Apr 2013 14:15:11 +0200
changeset 7943
f34dc20f58fb
parent 7941
97bcf54d4ab3
child 7944
d112a8bdd668

[cssom-view] Make offset* work for col/colgroup

.hgignore file | annotate | diff | comparison | revisions
cssom-view/Overview.html file | annotate | diff | comparison | revisions
cssom-view/cssom-view-source file | annotate | diff | comparison | revisions
     1.1 --- a/.hgignore	Mon Apr 15 15:23:53 2013 +0200
     1.2 +++ b/.hgignore	Tue Apr 16 14:15:11 2013 +0200
     1.3 @@ -1,1 +1,13 @@
     1.4  /Overview.err$
     1.5 +cssom/tools
     1.6 +cssom-values/Overview.src.html
     1.7 +cssom-values/cssom-values.json
     1.8 +cssom-view/Overview.src.html
     1.9 +cssom-view/cssom-view.json
    1.10 +cssom-view/idl/Element.idl.orig
    1.11 +cssom-view/idl/Window.idl.orig
    1.12 +cssom/.DS_Store
    1.13 +cssom/Overview.src.html
    1.14 +cssom/cssom.json
    1.15 +cssom/data__
    1.16 +cssom/make-all-cssoms.sh
     2.1 --- a/cssom-view/Overview.html	Mon Apr 15 15:23:53 2013 +0200
     2.2 +++ b/cssom-view/Overview.html	Tue Apr 16 14:15:11 2013 +0200
     2.3 @@ -13,7 +13,7 @@
     2.4  
     2.5     <h1 id="cssom-view-module">CSSOM View Module</h1>
     2.6  
     2.7 -   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 April 2013</h2>
     2.8 +   <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 16 April 2013</h2>
     2.9  
    2.10     <dl>
    2.11  
    2.12 @@ -69,7 +69,7 @@
    2.13     can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    2.14     index at http://www.w3.org/TR/.</a></em>
    2.15  
    2.16 -<p>This is the 15 April 2013 Editor's Draft of CSSOM View. Please send
    2.17 +<p>This is the 16 April 2013 Editor's Draft of CSSOM View. Please send
    2.18  comments to
    2.19  <a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
    2.20  (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
    2.21 @@ -624,6 +624,11 @@
    2.22  
    2.23    <h2 id="extensions-to-the-htmlelement-interface"><span class="secno">7 </span>Extensions to the <code title="">HTMLElement</code> Interface</h2>
    2.24  
    2.25 +  <p>For the purpose of the attributes defined in this section, elements that have
    2.26 +  computed value of '<code title="">display</code>' that is <code>table-column</code> or
    2.27 +  <code>table-column-group</code> must be considered to have an associated CSS layout box
    2.28 +  (the column or column group, respectively).</p>
    2.29 +
    2.30    
    2.31  <pre class="idl"><span class="idlInterface" id="widl-def-HTMLElement">partial interface <span class="idlInterfaceID">HTMLElement</span> {
    2.32  <span class="idlAttribute">    readonly attribute <span class="idlAttrType"><a>Element</a></span> <span class="idlAttrName"><a href="#widl-HTMLElement-offsetParent">offsetParent</a></span>;</span>
     3.1 --- a/cssom-view/cssom-view-source	Mon Apr 15 15:23:53 2013 +0200
     3.2 +++ b/cssom-view/cssom-view-source	Tue Apr 16 14:15:11 2013 +0200
     3.3 @@ -352,6 +352,11 @@
     3.4  
     3.5    <h2 id="extensions-to-the-htmlelement-interface">Extensions to the <code title>HTMLElement</code> Interface</h2>
     3.6  
     3.7 +  <p>For the purpose of the attributes defined in this section, elements that have
     3.8 +  computed value of '<code title>display</code>' that is <code>table-column</code> or
     3.9 +  <code>table-column-group</code> must be considered to have an associated CSS layout box
    3.10 +  (the column or column group, respectively).</p>
    3.11 +
    3.12    <!--{@idl(HTMLElement)}-->
    3.13  
    3.14    <h2 id="extensions-to-the-range-interface">Extensions to the <code title>Range</code> Interface</h2>

mercurial