File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
220220Available at <A href="http://www.ietf.org/rfc/rfc3066.txt">
221221http://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"
230230class="informref">[WAI-PAGEAUTH]</a></strong>
Original file line number Diff line number Diff line change 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
500500knowledge that allows it to determine which attribute is the
501501"class" attribute for the respective namespace. One such
502502example 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 ]]
504504describes 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"class" attribute</a> and how a UA should interpret it, and
507507similarly MathML 2.0 [[-MATH20]] describes the <a
508508href="http://www.w3.org/TR/MathML2/chapter2.html#fund.globatt">MathML
Original file line number Diff line number Diff line change 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
14281428of 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
You can’t perform that action at this time.
0 commit comments