Skip to content

Commit a635de3

Browse files
committed
[css2] Issues 11, 21, 26, 28, 29
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402659
1 parent 5a18e25 commit a635de3

5 files changed

Lines changed: 38 additions & 7 deletions

File tree

css2/aural.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22

33
<html lang="en">
4-
<!-- $Id: aural.src,v 2.48 2005-08-27 10:17:51 ihickson Exp $ -->
4+
<!-- $Id: aural.src,v 2.49 2007-03-28 23:34:44 bbos Exp $ -->
55
<HEAD>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<TITLE>Aural style sheets</TITLE>
@@ -285,6 +285,10 @@ class="propinst-pause">'pause'</span></H2>
285285
speaking an element's content. Values have the following
286286
meanings:</p>
287287

288+
<p class=note><strong>Note.</strong> In CSS3 pauses are inserted
289+
around the cues and content rather than between them. See [[CSS3
290+
Speech]] for details.
291+
288292
<dl>
289293
<dt><span class="index-inst" title="&lt;time&gt;"><span class="value-inst-time"><strong>&lt;time&gt;</strong></span></span>
290294
<dd>Expresses the pause in absolute time units (seconds and milliseconds).

css2/refs.src

Lines changed: 8 additions & 1 deletion
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: refs.src,v 2.43 2007-01-17 23:12:52 bbos Exp $ -->
3+
<!-- $Id: refs.src,v 2.44 2007-03-28 23:34:44 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Bibliography</TITLE>
@@ -198,6 +198,13 @@ T.
198198
Available at <a href="http://www.w3.org/TR/2001/CR-css3-selectors-20011113/">
199199
http://www.w3.org/TR/2001/CR-css3-selectors-20011113</a>
200200

201+
<dt><strong><a name="ref-CSS3SPEECH"
202+
class="informref">[CSS3SPEECH]</a></strong> <dd>"CSS3 Speech Module",
203+
David Raggett, Daniel Glazman, Claudio Santambrogio, 14 May 2003, W3C
204+
Working Draft (work in progress). Available
205+
at <a href="http://www.w3.org/TR/2004/WD-css3-speech-20041216/">
206+
http://www.w3.org/TR/2004/WD-css3-speech-20041216</a>
207+
201208
<dt><strong><a name="ref-DOM" class="informref">[DOM]</a></strong>
202209
<dd>"Document Object Model Specification", L. Wood, A. Le Hors,
203210
9 October 1997.<BR>

css2/visudet.src

Lines changed: 15 additions & 3 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: visudet.src,v 2.115 2006-11-03 15:33:36 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.116 2007-03-28 23:34:44 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -311,6 +311,13 @@ value of <span class="propinst-width">'width'</span> is:
311311

312312
<blockquote><p>(used height) * (intrinsic ratio)</blockquote>
313313

314+
<p>If 'height' and <span class="propinst-width">'width'</span> both
315+
have computed values of 'auto' and the element has an intrinsic ratio
316+
but no intrinsic height or width and the containing block's width
317+
doesn't itself depend on the replaced element's width, then the used
318+
value of 'width' is calculated from the constraint equation used for
319+
block-level, non-replaced elements in normal flow.
320+
314321
<p>Otherwise, if <span class="propinst-width">'width'</span> has a
315322
computed value of 'auto', but none of the conditions above are met,
316323
then the used value of <span class="propinst-width">'width'</span>
@@ -938,8 +945,13 @@ class="propinst-width">'width'</span> both have computed values of
938945
'auto' and the element has no intrinsic height, but does have an
939946
intrinsic width and intrinsic ratio; or if <span
940947
class="propinst-height">'height'</span> has a computed value of
941-
'auto', <span class="propinst-width">'width'</span> has some other
942-
computed value, and the element does have an intrinsic ratio; then the
948+
'auto', and the element does have an intrinsic ratio;
949+
or if <span class="propinst-height">'height'</span>
950+
and <span class="propinst-width">'width'</span> both have computed
951+
values of 'auto' and the element has an intrinsic ratio but no
952+
intrinsic height or width and the containing block's width doesn't
953+
itself depend on the replaced element's width;
954+
then the
943955
used value of <span class="propinst-height">'height'</span> is:
944956

945957
<blockquote><p>(used width) / (intrinsic ratio)</blockquote>

css2/visufx.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ element's border box remain hidden when these values are 'auto'.
299299
</dl>
300300

301301
<p>An element's clipping region clips out any aspect of the element (e.g. content, children, background, borders, text decoration, outline and visible scrolling mechanism &mdash; if any) that is outside the clipping region.
302+
Content that has been clipped does not cause overflow.
302303
</p>
303304
<p>The element's ancestors may also clip portions of their content (e.g. via their own <span class="propinst-clip">'clip'</span> property and/or if
304305
their <span class="propinst-overflow">'overflow'</span> property is

css2/visuren.src

Lines changed: 9 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: visuren.src,v 2.134 2007-01-17 23:20:01 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.135 2007-03-28 23:34:44 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -761,6 +761,13 @@ at any split, when there are several).
761761
same line box</em> due to <a href="#direction">bidirectional text
762762
processing</a>.
763763
</p>
764+
<p>Line boxes that contain no text, no preserved white space, no
765+
inline elements with non-zero margins, padding, or borders, and no
766+
other in-flow content (such as images, inline blocks or inline
767+
tables), and don't end with a line feed must be treated as zero-height
768+
line boxes. For the purposes of margin collapsing, this line box must
769+
be ignored.
770+
</p>
764771
<div class="html-example"><p>
765772
Here is an example of inline box construction. The following paragraph
766773
(created by the HTML block-level element P) contains anonymous text
@@ -972,7 +979,7 @@ on the line before a left float is encountered that fits in the remaining line b
972979
the left float is placed on that line, aligned with the top of the line box, and then the inline boxes already on the line are moved accordingly to the right of the float (the right being the other side of the left float) and vice versa for rtl and right floats.
973980
</p>
974981
<p>
975-
The margin box of a table, a block-level replaced element, or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
982+
The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new <a href="visuren.html#block-formatting">block formatting context</a>
976983
(such as an element with 'overflow' other than 'visible')
977984
must not overlap any floats in the same block formatting context as
978985
the element itself. If necessary, implementations should clear the

0 commit comments

Comments
 (0)