mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
dd86ae8ef1
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
10 lines
146 B
HTML
10 lines
146 B
HTML
<!doctype html>
|
|
<style>
|
|
@font-face {
|
|
font-family: Awesome font;
|
|
src: url(../fonts/markA.ttf);
|
|
}
|
|
p { font-family: Awesome font }
|
|
</style>
|
|
<p>A
|