CSS1 テストスイート: 2.4 first-letter


[戻る] [進む] [セクション] [目次] [仕様書]

下記のテキストに適用されるスタイル宣言は、つぎのとおりです。

P:first-letter {color: maroon;}
.two:first-letter {font-size: 200%;}
P.three:first-letter {font-size: 350%;}


[訳注: アルファベットとかな漢字とで :first-letter の実装に差があるかもしれませんので、原文(アルファベット)と訳文(かな漢字)とを併置してあります。]

この段落の最初の文字は、また最初の文字だけが、栗色のはずです。 この正確な組み合わせが発生しない場合には、ユーザエージェントはこのテストには不合格です。 完全なテストを保証するためには段落が2行以上に表示されなければならないことを忘れないでください。

The first letter of this paragraph, and only that one, should be maroon. If this precise combination does not occur, then the user agent has failed this test. Remember that in order to ensure a complete test, the paragraph must be displayed on more than one line.

この段落の最初の文字は、また最初の文字だけが、栗色でフォントサイズも大きいはずです。 この正確な組み合わせが発生しない場合には、ユーザエージェントはこのテストには不合格です。 完全なテストを保証するためには段落が2行以上に表示されなければならないことを忘れないでください。

The first letter of this paragraph, and only that one, should be a larger font size, as well as maroon. If this precise combination does not occur, then the user agent has failed this test. Remember that in order to ensure a complete test, the paragraph must be displayed on more than one line.

「私たちは引用符のサポートをチェックするべきです」とのことです。 この段落の最初の2文字 -- 二重引用符と大文字の 'W' (日本語文ではかぎかっこと"私") -- は、栗色で、段落の残りの部分よりも350%大きいはずです。 これはCSS1の下では必須ではありませんが、推奨されますので注意してください。

"We should check for quotation support," it was said. The first two characters in this paragraph-- a double-quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon. Note that this is not required under CSS1, but it is recommended.

TABLEテストコーナー
 

この段落の最初の文字は、また最初の文字だけが、栗色のはずです。 この正確な組み合わせが発生しない場合には、ユーザエージェントはこのテストには不合格です。 完全なテストを保証するためには段落が2行以上に表示されなければならないことを忘れないでください。

The first letter of this paragraph, and only that one, should be maroon. If this precise combination does not occur, then the user agent has failed this test. Remember that in order to ensure a complete test, the paragraph must be displayed on more than one line.

この段落の最初の文字は、また最初の文字だけが、栗色でフォントサイズも大きいはずです。 この正確な組み合わせが発生しない場合には、ユーザエージェントはこのテストには不合格です。 完全なテストを保証するためには段落が2行以上に表示されなければならないことを忘れないでください。

The first letter of this paragraph, and only that one, should be a larger font size, as well as maroon. If this precise combination does not occur, then the user agent has failed this test. Remember that in order to ensure a complete test, the paragraph must be displayed on more than one line.

「私たちは引用符のサポートをチェックするべきです」とのことです。 この段落の最初の2文字 -- 二重引用符と大文字の 'W' (日本語文ではかぎかっこと"私") -- は、栗色で、段落の残りの部分よりも350%大きいはずです。 これはCSS1の下では必須ではありませんが、推奨されますので注意してください。

"We should check for quotation support," it was said. The first two characters in this paragraph-- a double-quote mark and a capital 'W'-- should be 350% bigger than the rest of the paragraph, and maroon. Note that this is not required under CSS1, but it is recommended.


[戻る] [進む] [セクション] [目次] [仕様書]