Skip to content

Commit eff87e9

Browse files
committed
[css-text] List ASCII quotes explicitly, since they're missing from Pi/Pf per hyatt.
1 parent e0c9350 commit eff87e9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css-text/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,11 +1990,13 @@ Cursive Scripts</h4>
19901990
<dd>An opening bracket or quote at the start of the
19911991
<a href="https://www.w3.org/TR/CSS21/selector.html#first-line-pseudo">first
19921992
formatted line</a> of an element <a>hangs</a>.
1993-
This applies to all characters in the Unicode categories Ps, Pf, Pi.</dd>
1993+
This applies to all characters in the Unicode categories Ps, Pf, Pi
1994+
plus the ASCII quote marks “'” U+0027 and “"” U+0022.
19941995
<dt><dfn>last</dfn></dt>
19951996
<dd>A closing bracket or quote at the end of the
19961997
last formatted line of an element <a>hangs</a>.
1997-
This applies to all characters in the Unicode categories Pe, Pf, Pi.</dd>
1998+
This applies to all characters in the Unicode categories Pe, Pf, Pi
1999+
plus the ASCII quote marks “'” U+0027 and “"” U+0022.
19982000
<dt><dfn>force-end</dfn></dt>
19992001
<dd>A <a>stop or comma</a> at the end of a line <a>hangs</a>.</dd>
20002002
<dt><dfn>allow-end</dfn></dt>

0 commit comments

Comments
 (0)