HTML / Stylesheet
HTMLやスタイルシートに関することなどWebサイト構築のクライアント側の話題や,XMLに関すること。
メモ
- HTML 4.0 Final
- HTML 4.0勧告について。
- DoCoMo, ソフトバンク端末HTML使用可能タグ
- ケータイ端末で使えるHTMLタグ。
CSSセレクタ
●CSS 2.1のセレクタの概要。IEでどこまでサポートされているか。
element.attrが ~= と同じなのが目を引いた。
| パターン | 意味 | Described in section |
|---|---|---|
| * | Matches any element. | Universal selector |
| E Matches any E element (i.e., an element of type E). Type selectors | ||
| E F Matches any F element that is a descendant of an E element. Descendant selectors | ||
| E > F Matches any F element that is a child of an element E. Child selectors | ||
| E:first-child Matches element E when E is the first child of its parent. The :first-child pseudo-class | ||
| E:link E:visited Matches element E if E is the source anchor of a hyperlink of which the target is not yet visited (:link) or already visited (:visited). The link pseudo-classes | ||
| E:active E:hover E:focus Matches E during certain user actions. The dynamic pseudo-classes | ||
| E:lang(c) Matches element of type E if it is in (human) language c (the document language specifies how language is determined). The :lang() pseudo-class | ||
| E + F Matches any F element immediately preceded by a sibling element E. Adjacent selectors | ||
| E[foo] Matches any E element with the "foo" attribute set (whatever the value). Attribute selectors | ||
| E[foo="warning"] Matches any E element whose "foo" attribute value is exactly equal to "warning". Attribute selectors | ||
| E[foo~="warning"] Matches any E element whose "foo" attribute value is a list of space-separated values, one of which is exactly equal to "warning". Attribute selectors | ||
| E[lang|="en"] Matches any E element whose "lang" attribute has a hyphen-separated list of values beginning (from the left) with "en". Attribute selectors | ||
| DIV.warning Language specific. (In HTML, the same as DIV[class~="warning"].) Class selectors | ||
| E#myid Matches any E element with ID equal to "myid". ID selectors |
覚え書き
1999.06.02 表示フォントを固定する
1999.04.22 画面の上と左にジャンプボタンを付ける。
1999.04.20 縦線,横線に色を付ける
1999.04.10 HTMLとCSSの関係
1999.03.30 Internet Explorerにおけるスタイルシート
1998.09.22 HTMLにおける構造と表現の分離について
外部リンク
- HTML 4.01
- HTML 4.01 Specification
- HTML 4.01 Specification (ja)
- CSS2
- Cascading Style Sheets, Level 2
- Cascading Style Sheets, Level 2 日本語版,TR X 0032:2000
- XML
- Extensible Markup Language (XML) 1.0 (Second Edition) W3C Recommendation 6 October 2000
- 拡張可能なマーク付け言語 (XML) 1.0 W3C勧告 1998年2月10日
- XML 1.0 Table of Contents TR X 0008:1999 1998.02.10版の翻訳
- 拡張可能なマーク付け言語 (XML) 1.0 W3C勧告 1998年2月10日
- Active IETF Working Groups
- グループ別にITEF RFCやドラフトがある
- ftp://ring.asahi-net.or.jp/pub/doc/
- IETF RFC
- RFC full text retrieval search system: <>
- RFCの全文検索。オリジナルと日本語版の両方を検索できる。
- http://www.iana.org/
- エンコーディング名など
- RFC-Translations related HTTP
- 次の翻訳がある;
- RFC 2965 HTTP State Management Mechanism
- RFC 2964 Use of HTTP State Management
- RFC 2774 An HTTP Extension Framework
- RFC 2616 Transfer Protocol -- HTTP/1.1 など
- W3C - The World Wide Web Consortium
- HTML/XML関係の勧告など
- Draft Standard List
- JIS規格やJIS TR文書のドラフト。
- XML資料室
- XML関連の仕様の一覧とその翻訳へのリンク
- Empty Index
- CSS1, CSS2の日本語訳,IETF RFC文書の日本語訳へのリンク
- Another HTML-lint gateway
- HTMLの文法チェック