@@ -592,7 +592,8 @@ <h2 id=the-documentview-interface><span class=secno>6 </span>The <code
592592 href ="#viewport "> viewport</ a > width, < var title =""> y</ var > is greather
593593 than the < a href ="#viewport "> viewport</ a > height, or no insertion point
594594 indicator would have been inserted, the method < em class =ct > must</ em >
595- return < code > null</ code > . [< cite > < a href ="#ref-dom2tr "> DOM2TR</ a > </ cite > ]
595+ return < code > null</ code > . [< cite > < a href ="#ref-dom2tr "> DOM2TR</ a > </ cite > ]</ p >
596+ <!-- https://bugs.webkit.org/show_bug.cgi?id=27046 -->
596597
597598 < p class =note > The specifics of hit testing are out of scope of this
598599 specification and therefore the exact details of < code > < a
@@ -1083,7 +1084,7 @@ <h2 id=extensions-to-the-range-interface><span class=secno>9
10831084 title =dom-range-getclientrects > < code > getClientRects()</ code > </ dfn > method,
10841085 when invoked, < em class =ct > must</ em > return an empty < code > < a
10851086 href ="#clientrectlist "> ClientRectList</ a > </ code > object if the range is
1086- empty (if the boundary-points are identical) and otherwise a < code > < a
1087+ not in the document and otherwise a < code > < a
10871088 href ="#clientrectlist "> ClientRectList</ a > </ code > object containing a list
10881089 of < code > < a href ="#clientrect "> ClientRect</ a > </ code > objects in content
10891090 order that matches the following constraints:
@@ -1095,12 +1096,13 @@ <h2 id=extensions-to-the-range-interface><span class=secno>9
10951096 element.
10961097
10971098 < li > For each < code > Text</ code > node selected or partially selected by the
1098- range, include a < code > < a href ="#clientrect "> ClientRect</ a > </ code > object
1099- (for the part that is selected, not the whole line box). The bounds of
1100- these < code > < a href ="#clientrect "> ClientRect</ a > </ code > objects are
1101- computed using font metrics; thus, for horizontal writing, the vertical
1102- dimension of each box is determined by the font ascent and descent, and
1103- the horizontal dimension by the text advance width.
1099+ range (including when the boundary-points are identical), include a
1100+ < code > < a href ="#clientrect "> ClientRect</ a > </ code > object (for the part
1101+ that is selected, not the whole line box). The bounds of these < code > < a
1102+ href ="#clientrect "> ClientRect</ a > </ code > objects are computed using font
1103+ metrics; thus, for horizontal writing, the vertical dimension of each box
1104+ is determined by the font ascent and descent, and the horizontal
1105+ dimension by the text advance width.
11041106 </ ul >
11051107
11061108 < p > The < dfn id =dom-range-getboundingclientrect
0 commit comments