function

function

[1] CSS および派生規格の関数のようなもの:

名前説明状態出典
activate()非標準
attr()属性値W3C 勧告[CSS2], [CSS2.1], [CSS3 Color]
-ah-attr-from()
buffer()ISO/IEC CDSTX
cmyk()CMYK 非標準Prince
counter()計数子W3C 勧告CSS 2
counters()計数子W3C 勧告CSS 2
dashboard-region()非標準
do()非標準
domainドメイン名非標準Gecko
expr()非標準
expressionJScript 非標準WinIE
filter()濾過子非標準
format()W3C勧告CSS 2
-o-go()
hsl()HSL W3C 勧告候補[CSS3 Color]
-moz-hsl()HSL 時代遅れ → hsl()Gecko
hsla()HSL + 透明度W3C 勧告候補[CSS3 Color]
-moz-hsla()HSL + 透明度時代遅れ → hsla()Gecko
-o-integer()
-o-language-string()Opera 9.50 Alpha 1
linear-gradient()
-o-link-rel()
local()W3C勧告CSS 2
on()非標準
page-ref()非標準
radial-gradient()
rect範囲W3C 勧告CSS 2
repeating-linear-gradient()
repeating-radial-gradient()
rgbRGB W3C 勧告[CSS1], [CSS2], [CSS2.1], [CSS3 Color]
rgbaRGB + 透明度W3C 勧告候補[CSS3 Color]
atsc-rgba()RGB + 透明度ATSC標準, → rgba()DASE
-moz-rgba()RGB + 透明度時代遅れ → rgba()Gecko
rgb-icc()
-o-skin()Opera
state()状態非標準
static()非標準Prince
string()
symbols()非標準Prince
type()非標準
urlURI参照W3C 勧告CSS 1
-o-url-doc()
url-prefixURI参照先頭一致非標準Gecko

この表に挙げた他にも、選択子擬似クラス擬似要素として使われる関数のようなものもあります。

[2] Custom CSS Functions ( 版) <http://www.oxygenxml.com/doc/ug-editor/topics/dg-oxygen-css-functions.html>

The oxy_local-name() Function The oxy_name() Function The oxy_url() Function The oxy_base-uri() Function The oxy_parent-url() Function The oxy_capitalize() Function The oxy_uppercase() Function The oxy_lowercase() Function The oxy_concat() Function The oxy_replace() Function The oxy_unparsed-entity-uri() Function The oxy_attributes() Function The oxy_substring() Function The oxy_getSomeText(text, length) Function The oxy_indexof() Function The oxy_lastindexof() Function The oxy_xpath() Function The oxy_editor() Function The oxy_label() Function The oxy_link-text() Function oxy_add(param1, ... , paramN, 'returnType') Adds the values of all parameters from param1 to paramN. oxy_subtract(param1, ..., paramN, 'returnType') Subtracts the values of parameters param2 to paramN from param1. oxy_multiply(param1, ..., paramN, 'returnType') Multiplies the values of parameters from param1 to paramN. oxy_divide(param1, param2, 'returnType') Performs the division of param1 to param2. oxy_modulo(param1, param2, 'returnType') Returns the reminder of the division of param1 to param2.

[3] The oxy_xpath() Function ( 版) <http://www.oxygenxml.com/doc/ug-editor/concepts/dg-xpath-function.html>

concat()

[4] Clarify that toggle() and attr() are invalid in sizes. Fixes #241 · 2e3de79 · ResponsiveImagesCG/picture-element ( ( 版)) <https://github.com/ResponsiveImagesCG/picture-element/commit/2e3de7949f80f5a67645e2df2c5a1faf6b591500>