The html element says: <html>. The HTTP Content-Language information says Content-Language: ko,zh,ja. The only language-processing information in this page is in the the HTTP header.

Styling with :lang

Objective: Does the user agent pick up the first 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.

Is this green?

Automatic font assignment

Objective: Does the user agent pick up the first 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-4.html,v 1.8 2008/08/18 15:08:59 rishida Exp $