|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <TITLE>Changes</TITLE> |
6 | 6 | <!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script--> |
@@ -8348,8 +8348,49 @@ term |
8348 | 8348 |
|
8349 | 8349 |
|
8350 | 8350 |
|
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" >“10.5 Content |
| 8355 | + height: the 'height' property,”</a> change the “computed |
| 8356 | + value” line as follows: |
| 8357 | + |
| 8358 | + <blockquote> |
| 8359 | + <table> |
| 8360 | + <tr> |
| 8361 | + <td><em>Computed value:</em> |
8352 | 8362 |
|
| 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"><percentage></span></a>)</del> |
| 8366 | + <ins>(as specified)</ins> |
| 8367 | + </table> |
| 8368 | + </blockquote> |
| 8369 | + |
| 8370 | + <p>and in the definition of <percentage>: |
| 8371 | + |
| 8372 | + <blockquote> |
| 8373 | + <dl> |
| 8374 | + <dt><strong><percentage></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 --> |
8353 | 8394 |
|
8354 | 8395 | </ul> |
8355 | 8396 |
|
|
0 commit comments