The html element says: <html>. The HTTP
Content-Language information says Content-Language: zh,ko,ja. The only language-processing information in this page is in the HTTP
header.
Objective: Does the user agent pick up the second language value for :lang styling?
CSS in the style element says: div:lang(ko) { color:green; }.
If the background color of this text is orange , then :lang is supported. If so, check whether the background color of the text below is green.
Objective: Does the user agent pick up the second language value for CJK font assignment?
Ensure that different default fonts are assigned for Simplified Chinese, Traditional Chinese, Japanese, and Korean in your browser options. Then check whether there is variation in the fonts used for the following characters.
雪 zh
雪 zh-CN
雪 zh-TW
雪 zh-HK
雪 ja
雪 ko
If there is variation in the above characters, check whether the ideograph in the box uses the Korean (ko) font.
Version: $Id: sec-lang-decl-5.html,v 1.8 2008/08/18 15:09:00 rishida Exp $