@@ -607,7 +607,7 @@ <h2 id="writing-mode">Block Flow Direction: the 'writing-mode' property</h2>
607607 writing mode of text are horizontal or vertical. However, it does not
608608 determine the orientation of the line boxes' contents or the start
609609 and end sides of the line. See
610- < a href ="line-orientation "> Line orientation</ a > .
610+ < a href ="# line-orientation "> Line orientation</ a > .
611611
612612 < p > When set on the root element, the 'writing-mode' property together
613613 with the 'direction' property determines the
@@ -672,7 +672,7 @@ <h3 id="vertical-layout">Box Layout in Vertical Writing Modes</h3>
672672 instead, and vice versa. In right-to-left block flow '*-right' is
673673 analogous to top-to-bottom's '*-top'; in left-to-right block flow
674674 '*-left' is analogous to top-to-bottom's '*-top'. See
675- < a href ="logical-directions "> Logical Directions</ a > for a fuller
675+ < a href ="# logical-directions "> Logical Directions</ a > for a fuller
676676 discussion of direction-mapping.
677677 < li > Layout effects that depend on the 'direction' property to choose between
678678 left and right (e.g. overflow, overconstraint resolution, the initial
@@ -686,7 +686,7 @@ <h3 id="vertical-layout">Box Layout in Vertical Writing Modes</h3>
686686 its longitudinal parallels and therefore have no top or bottom equivalent,
687687 the < a href ="#line-left "> line left</ a > and < a href ="#line-right "> line
688688 right</ a > sides are used as the reference for the left and right sides
689- respectively. (See < a href ="line-directions "> Line-Relative Directions</ a > .)
689+ respectively. (See < a href ="# line-directions "> Line-Relative Directions</ a > .)
690690
691691 < p > Likewise for features such as underlining, overlining, and baseline alignment
692692 (the unfortunately-named 'vertical-align'), that primarily reference the
@@ -1294,22 +1294,34 @@ <h4 id="logical-to-physical">Abstract-to-Physical Mappings</h4>
12941294 < tr >
12951295 < th scope ="row "> over</ th >
12961296 < td colspan ="2 "> top</ td >
1297- < td colspan ="8 "> right</ td >
1297+ < td colspan ="2 "> left</ td >
1298+ < td colspan ="2 "> right</ td >
1299+ < td colspan ="2 "> left</ td >
1300+ < td colspan ="2 "> right</ td >
12981301 </ tr >
12991302 < tr >
13001303 < th scope ="row "> under</ th >
13011304 < td colspan ="2 "> bottom</ td >
1302- < td colspan ="8 "> left</ td >
1305+ < td colspan ="2 "> right</ td >
1306+ < td colspan ="2 "> left</ td >
1307+ < td colspan ="2 "> right</ td >
1308+ < td colspan ="2 "> left</ td >
13031309 </ tr >
13041310 < tr >
13051311 < th scope ="row "> line-left</ th >
13061312 < td colspan ="2 "> left</ td >
1307- < td colspan ="8 "> top</ td >
1313+ < td colspan ="2 "> bottom</ td >
1314+ < td colspan ="2 "> top</ td >
1315+ < td colspan ="2 "> bottom</ td >
1316+ < td colspan ="2 "> top</ td >
13081317 </ tr >
13091318 < tr >
13101319 < th scope ="row "> line-right</ th >
13111320 < td colspan ="2 "> right</ td >
1312- < td colspan ="8 "> bottom</ td >
1321+ < td colspan ="2 "> top</ td >
1322+ < td colspan ="2 "> bottom</ td >
1323+ < td colspan ="2 "> top</ td >
1324+ < td colspan ="2 "> bottom</ td >
13131325 </ tr >
13141326 </ tbody >
13151327 </ table >
@@ -1445,7 +1457,7 @@ <h3 id="logical-value">Logical Directional Values: before, after, start, end</h3
14451457 < li > 'caption-side'
14461458 </ ul >
14471459
1448- < p > See the section on < a href ="abstract-layout "> Abstract Layout</ a >
1460+ < p > See the section on < a href ="# abstract-layout "> Abstract Layout</ a >
14491461 details on how to map between logical and physical terms. This
14501462 mapping controls the interpretation of logical keywords.
14511463
@@ -1523,7 +1535,7 @@ <h3 id="logical-properties">Logical Properties</h3>
15231535 < span class ="issue "> (computed?)</ span > value of both
15241536 corresponding properties.
15251537
1526- < p > See the section on < a href ="abstract-layout "> Abstract Layout</ a >
1538+ < p > See the section on < a href ="# abstract-layout "> Abstract Layout</ a >
15271539 details on how to map between logical and physical terms. This
15281540 mapping controls the pairing of corresponding logical and physical
15291541 properties.
0 commit comments