[12] CSS でレンダリングの指示を行う引数のことを特性といいます。
[15] CSS の特性の一部は SVG、XSL-FO、VML といった他のマーク付け言語でも利用されていますが、 処理モデルは必ずしも同じではありません。
- Property
- CSS defines a finite set of parameters, called properties, that direct the rendering of a document. Each property has a name (e.g., 'color', 'font', or border') and a value (e.g., 'red', '12pt Times', or 'dotted'). Properties are attached to various parts of the document and to the page on which the document is to be displayed by the mechanisms of specificity, cascading, and inheritance (see the chapter on Assigning property values, Cascading, and Inheritance).
- property
- A property is a parameter that helps specify how a document should be rendered. A complete list of the SVG properties can be found in the Attribute and Property Table appendix. Properties are assigned to elements in the SVG language by presentation attributes. See Styling.
[1] CSS の特性を、 物体特性と区別するため、 CSS 特性ということがあります。
[14]
JIS X 4052 で定義されている CSS もどき (text/jss
)
では特性のことを属性と呼んでいます。
[8] 利用者エージェントは、文書木中のすべての要素について、その媒体型に適用されるすべての特性の値を算出しなければなりません。
[4] DHTML Properties, InetSDK, , https://web.archive.org/web/20001109195900/http://msdn.microsoft.com/workshop/author/dhtml/reference/properties.asp#om40_prop
[7] WinIE 6 では、同じ宣言ブロック内で同じ特性が重複している場合で、後者が理解できない場合、前者の指定も有効になりません。
[16] CSS特性は CSSOM 上で IDL属性として反映されます。更に CSSOM 上の IDL属性は JavaScript束縛で物体特性として実装されます。
[2] CSS Indexes ( 版) https://drafts.csswg.org/indexes/#properties
[3] [cssom] Include vendor-prefixed properties in "supported CSS property" (zcorpan著, ) https://github.com/w3c/csswg-drafts/commit/e2f369bdd8569e7e34910fe8dbaf2aa2920bdaa2