@@ -1167,14 +1167,14 @@ <h3 id="hyphenate-line-limits">
11671167<!-- --> Antarctica.
11681168 < pre >
11691169 </ div >
1170-
1170+
11711171 < h3 id ="hyphenation-resource ">
11721172 Hyphenation Resources: the ''@hyphenate-resource'' rule</ h3 >
1173-
1173+
11741174 < p > The ''@hyphenate-resource'' < a href ="http://www.w3.org/TR/CSS21/syndata.html#at-rules "> at-rule</ a >
11751175 allows the author to specify hyphenation resources that the UA
11761176 may use to help it hyphenate text correctly.
1177-
1177+
11781178 < p > The ''@hyphenate-resource'' rule consists of the ''@hyphenate-resource''
11791179 at-keyword followed by a hyphenation mapping declaration block, which
11801180 has the same syntax as a declaration block, except that the properties
@@ -1186,7 +1186,7 @@ <h3 id="hyphenation-resource">
11861186 declaration whose language code matches the language of the element.
11871187 Language code matching must be performed using RFC4647 [[!RFC4647]]
11881188 < span class ="issue "> explain exactly how</ span > .</ p >
1189-
1189+
11901190 < p class ="note "> Since the last matching declaration takes effect,
11911191 authors should list the most general mapping first, and the most
11921192 specific last. Note also that declarations are not concatenated,
@@ -1200,14 +1200,14 @@ <h3 id="hyphenation-resource">
12001200 fr: url(fr.hy);
12011201 }
12021202 </ pre >
1203-
1203+
12041204 < p > The UA may use its own dictionaries in addition to, or in place of,
12051205 those suggested by the author.
1206-
1206+
12071207 < p class ="issue "> Mix in an ''auto'' keyword, to specify priority of
12081208 UA dictionary wrt author dictionary?</ p >
12091209 < p class ="issue "> Use a format specifier, like @font-face?</ p >
1210-
1210+
12111211 < p > UAs are not required to support this at-rule.</ p >
12121212
12131213< h2 id ="wrapping ">
@@ -1390,7 +1390,7 @@ <h3 id="word-wrap">
13901390 Shaping characters are still shaped as if the word were not
13911391 broken, and grapheme clusters must together stay as one unit.</ dd >
13921392 </ dl >
1393-
1393+
13941394 < p class ="issue "> Should there be a ''hyphenate'' value, that turns
13951395 on hyphenation only for emergency breaking? (This would give better
13961396 results than ''break-word''.)
@@ -3239,7 +3239,7 @@ <h4 id="text-underline-position">
32393239 drawn on the "over" side of the text, then an overline also
32403240 switches sides and is drawn on the "under" side.</ dd >
32413241 </ dl >
3242-
3242+
32433243 < div class ="note ">
32443244 < p > In some cases (such as in OpenType) the font format can offer
32453245 information about the appropriate position of an underline.
@@ -3535,7 +3535,7 @@ <h4 id="text-emphasis-position">
35353535 < dd > Draw marks below the text in horizontal layout, to the right in
35363536 vertical typographic mode.</ dd >
35373537 </ dl >
3538-
3538+
35393539 < p class ="issue "> Do we need to add ''left'' combinations?</ p >
35403540
35413541 < p > Emphasis marks are drawn exactly as if each grapheme cluster was
0 commit comments