Skip to content

Commit d6f2aeb

Browse files
committed
[css2] Issues 93 and 107
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402380
1 parent da420eb commit d6f2aeb

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

css2/refs.src

Lines changed: 6 additions & 6 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: refs.src,v 2.38 2005-10-20 03:14:37 bbos Exp $ -->
3+
<!-- $Id: refs.src,v 2.39 2005-11-07 18:27:25 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Bibliography</TITLE>
@@ -220,11 +220,11 @@ January 2001.<BR>
220220
Available at <A href="http://www.ietf.org/rfc/rfc3066.txt">
221221
http://www.ietf.org/rfc/rfc3066.txt</A>. </DD>
222222

223-
<dt><strong><a name="ref-SVG10" class="informref">[SVG10]</a></strong>
224-
<dd>"Scalable Vector Graphics (SVG) 1.0 Specification", J. Ferraiolo,
225-
4 September 2001<br>
226-
Available at <a href="http://www.w3.org/TR/2001/REC-SVG-20010904/">
227-
http://www.w3.org/TR/2001/REC-SVG-20010904</a>
223+
<dt><strong><a name="ref-SVG11" class="informref">[SVG11]</a></strong>
224+
<dd>"Scalable Vector Graphics (SVG) 1.1 Specification", J. Ferraiolo, et.al.
225+
14 January 2003<br>
226+
Available at <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">
227+
http://www.w3.org/TR/2003/REC-SVG11-20030114</a>
228228

229229
<dt><strong><a name="ref-WAI-PAGEAUTH"
230230
class="informref">[WAI-PAGEAUTH]</a></strong>

css2/selector.src

Lines changed: 3 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: selector.src,v 2.99 2005-10-20 03:14:37 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.100 2005-11-07 18:27:25 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -500,9 +500,9 @@ period (.) notation in XML documents if the UA has namespace specific
500500
knowledge that allows it to determine which attribute is the
501501
&quot;class&quot; attribute for the respective namespace. One such
502502
example of namespace specific knowledge is the prose in the
503-
specification for a particular namespace (e.g. SVG 1.0 [[-SVG10]]
503+
specification for a particular namespace (e.g. SVG 1.1 [[-SVG11]]
504504
describes the <a
505-
href="http://www.w3.org/TR/2001/REC-SVG-20010904/styling.html#ClassAttribute">SVG
505+
href="http://www.w3.org/TR/2003/REC-SVG11-20030114/styling.html#ClassAttribute">SVG
506506
&quot;class&quot; attribute</a> and how a UA should interpret it, and
507507
similarly MathML 2.0 [[-MATH20]] describes the <a
508508
href="http://www.w3.org/TR/MathML2/chapter2.html#fund.globatt">MathML

css2/visudet.src

Lines changed: 5 additions & 5 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.108 2005-10-18 06:52:08 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.109 2005-11-07 18:27:25 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -1427,10 +1427,10 @@ of the tops of the boxes in the subtree, and the bottom is analogous.
14271427
<p>The baseline of an 'inline-table' is the baseline of the first row
14281428
of the table.
14291429
</p>
1430-
<p>A UA should use the baseline of the last line box in the normal
1431-
flow in the element as the baseline of an 'inline-block', or the
1432-
element's bottom margin edge, if there is none.
1433-
</p>
1430+
<p>The baseline of an 'inline-block' is the baseline of its last line
1431+
box in the normal flow, unless it has either no in-flow line boxes or
1432+
if its 'overflow' property has a computed value other than 'visible',
1433+
in which case the baseline is the bottom margin edge.</p>
14341434
</body>
14351435
</html>
14361436

0 commit comments

Comments
 (0)