Skip to content

Commit 2ff2b03

Browse files
author
Simon Pieters
committed
[cssom-view] Make offset* work for col/colgroup
1 parent 2a20213 commit 2ff2b03

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.hgignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
/Overview.err$
2+
cssom/tools
3+
cssom-values/Overview.src.html
4+
cssom-values/cssom-values.json
5+
cssom-view/Overview.src.html
6+
cssom-view/cssom-view.json
7+
cssom-view/idl/Element.idl.orig
8+
cssom-view/idl/Window.idl.orig
9+
cssom/.DS_Store
10+
cssom/Overview.src.html
11+
cssom/cssom.json
12+
cssom/data__
13+
cssom/make-all-cssoms.sh

cssom-view/Overview.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<h1 id="cssom-view-module">CSSOM View Module</h1>
1515

16-
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 15 April 2013</h2>
16+
<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 16 April 2013</h2>
1717

1818
<dl>
1919

@@ -69,7 +69,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6969
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
7070
index at http://www.w3.org/TR/.</a></em>
7171

72-
<p>This is the 15 April 2013 Editor's Draft of CSSOM View. Please send
72+
<p>This is the 16 April 2013 Editor's Draft of CSSOM View. Please send
7373
comments to
7474
<a href="mailto:www-style@w3.org?subject=%5Bcssom-view%5D%20">www-style@w3.org</a>
7575
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
@@ -624,6 +624,11 @@ <h3 id="client-attributes"><span class="secno">6.3 </span>The <code title="">cli
624624

625625
<h2 id="extensions-to-the-htmlelement-interface"><span class="secno">7 </span>Extensions to the <code title="">HTMLElement</code> Interface</h2>
626626

627+
<p>For the purpose of the attributes defined in this section, elements that have
628+
computed value of '<code title="">display</code>' that is <code>table-column</code> or
629+
<code>table-column-group</code> must be considered to have an associated CSS layout box
630+
(the column or column group, respectively).</p>
631+
627632

628633
<pre class="idl"><span class="idlInterface" id="widl-def-HTMLElement">partial interface <span class="idlInterfaceID">HTMLElement</span> {
629634
<span class="idlAttribute"> readonly attribute <span class="idlAttrType"><a>Element</a></span> <span class="idlAttrName"><a href="#widl-HTMLElement-offsetParent">offsetParent</a></span>;</span>

cssom-view/cssom-view-source

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,11 @@ out of memory, or to work around platform-specific limitations.
352352

353353
<h2 id="extensions-to-the-htmlelement-interface">Extensions to the <code title>HTMLElement</code> Interface</h2>
354354

355+
<p>For the purpose of the attributes defined in this section, elements that have
356+
computed value of '<code title>display</code>' that is <code>table-column</code> or
357+
<code>table-column-group</code> must be considered to have an associated CSS layout box
358+
(the column or column group, respectively).</p>
359+
355360
<!--{@idl(HTMLElement)}-->
356361

357362
<h2 id="extensions-to-the-range-interface">Extensions to the <code title>Range</code> Interface</h2>

0 commit comments

Comments
 (0)