The html element says: <html>. The HTTP Content-Language is not set. A meta statement appears in the head element as follows: <meta http-equiv="Content-Language" content="ko"/>.

Styling with :lang

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