OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 div { font-family: arial, sans-serif; } | |
4 </style> | |
5 Tests if non-generic font-family specified before generic font-family is respect ed when lang is specified. | |
6 The characters are common Latin characters that exist in the non-locale-specific system font and should use the system font. | |
7 <div lang="ja">Aä</div> | |
8 <div lang="zh">Aä</div> | |
OLD | NEW |