Skip to content

Commit 22f7d0b

Browse files
committed
[css2] Synchronized with errata.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403295
1 parent b61e2a2 commit 22f7d0b

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

css2/changes.src

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.172 2013-07-15 14:37:41 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.173 2013-07-18 08:18:25 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -8348,8 +8348,49 @@ term
83488348

83498349

83508350

8351-
<!-- Still need to add errata decided between 2012-08-15 and 2013-01-09 -->
8351+
<li id=s.10.5a class=change>
8352+
<p><span class=updated>[2013-07-18]</span> A percentage on
8353+
'height', even if not used, can be inherited. In <a
8354+
href="visudet.html#the-height-property" >&ldquo;10.5 Content
8355+
height: the 'height' property,&rdquo;</a> change the “computed
8356+
value” line as follows:
8357+
8358+
<blockquote>
8359+
<table>
8360+
<tr>
8361+
<td><em>Computed&nbsp;value:</em>&nbsp;&nbsp;
83528362

8363+
<td>the percentage or 'auto' <del>(see prose under <a
8364+
href="syndata.html#value-def-percentage" class="noxref"><span
8365+
class="value-inst-percentage">&lt;percentage&gt;</span></a>)</del>
8366+
<ins>(as specified)</ins>
8367+
</table>
8368+
</blockquote>
8369+
8370+
<p>and in the definition of &lt;percentage&gt;:
8371+
8372+
<blockquote>
8373+
<dl>
8374+
<dt><strong>&lt;percentage&gt;</strong>
8375+
8376+
<dd>Specifies a percentage height. The percentage is calculated
8377+
with respect to the height of the generated box's <a
8378+
href="visuren.html#containing-block">containing block</a>. If
8379+
the height of the containing block is not specified explicitly
8380+
(i.e., it depends on content height), and this element is not
8381+
absolutely positioned, <del>the value computes to 'auto'</del>
8382+
<ins>the used height is calculated as if 'auto' was
8383+
specified</ins>.
8384+
</dl>
8385+
</blockquote>
8386+
8387+
<!-- Status: edited -->
8388+
<!-- http://lists.w3.org/Archives/Public/www-style/2013May/0201.html -->
8389+
<!-- https://www.w3.org/Bugs/Public/show_bug.cgi?id=15392 -->
8390+
8391+
8392+
8393+
<!-- Still need to add errata decided between 2012-08-15 and 2013-01-09 -->
83538394

83548395
</ul>
83558396

0 commit comments

Comments
 (0)