@@ -582,7 +582,7 @@ Description:
582582> ]]]
583583> and
584584> [[[
585- > The list of tokens for CSS�2 .1 is as follows.
585+ > The list of tokens for CSS2 .1 is as follows.
586586> ]]] - <http://www.w3.org/TR/CSS21/syndata.html#tokenization>
587587>
588588> If all levels of CSS use this *same* core syntax, then why is it only the
@@ -685,7 +685,7 @@ Description:
685685
686686> [[[
687687> The meaning of input that cannot be tokenized or parsed is undefined in
688- > CSS�2 .1.
688+ > CSS2 .1.
689689> ]]] - <http://www.w3.org/TR/CSS21/syndata.html#tokenization>
690690>
691691> I suggest removing the reference to CSS 2.1 here. This is the section on
@@ -1049,7 +1049,7 @@ Description:
10491049> ]]]
10501050> and later
10511051> [[[
1052- > The CSS�2 .1 parser will ignore these declarations...
1052+ > The CSS2 .1 parser will ignore these declarations...
10531053> ]]] - <http://www.w3.org/TR/CSS21/syndata.html#declaration>
10541054>
10551055> It's unclear whether the *parser* must ignore the declarations or the
@@ -3436,8 +3436,29 @@ Resolution:
34363436------------------------------------------------------------------------
34373437Issue 166.
34383438URI: http://www.w3.org/mid/4415FA58.50609@inkedblade.net
3439- Description:
3440- font fallback
3439+ URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2006JanMar/0240.html
3440+ Description:
3441+ - font fallback seems restricted to only one font
3442+ - Paul notes that UA should be free to pick using any algorithm
3443+ - UA should be able to do something more intelligent than using the
3444+ missing glyph glyph; e.g. print box with Unicode hex code
3445+ - Elika notes that UA should try at least one UA-chosen font before
3446+ falling back to default glyphs because even though all fonts on system
3447+ have required glyph, author may have specified a list of fonts that
3448+ aren't on the system,
3449+
3450+ Resolved:
3451+
3452+ In section 5.2 replace point 5 with:
3453+ 5. If there is no font within the family selected in 2, then use a
3454+ UA-dependent default 'font-family' and repeat step 2, using the best
3455+ match that can be obtained within the default font. If a particular
3456+ character cannot be displayed using this font, the the UA may use other
3457+ means to determine a suitable font for that character. The UA should map
3458+ each character for which it has no suitable font to a visible symbol
3459+ chosen by the UA, preferably a "missing character" glyph from one of the
3460+ font faces available to the UA.
3461+
34413462Resolution:
3442- =WG= Discuss .
3463+ =Tantek= Edit .
34433464------------------------------------------------------------------------
0 commit comments