| 名前 | 説明 | 状態 | 出典 | 
|---|---|---|---|
| activate() | 非標準 | ||
| attr() | 属性値 | W3C 勧告 | [CSS2], [CSS2.1], [CSS3 Color] | 
| -ah-attr-from() | |||
| buffer() | ISO/IEC CD | STX | |
| cmyk() | CMYK 色 | 非標準 | Prince | 
| counter() | 計数子 | W3C 勧告 | CSS 2 | 
| counters() | 計数子 | W3C 勧告 | CSS 2 | 
| dashboard-region() | 非標準 | ||
| do() | 非標準 | ||
| domain | ドメイン名 | 非標準 | Gecko | 
| expr() | 式 | 非標準 | |
| expression | JScript 式 | 非標準 | 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() | |||
| rgb | RGB 色 | W3C 勧告 | [CSS1], [CSS2], [CSS2.1], [CSS3 Color] | 
| rgba | RGB 色 + 透明度 | 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() | 非標準 | ||
| url | URI参照 | W3C 勧告 | CSS 1 | 
| -o-url-doc() | |||
| url-prefix | URI参照先頭一致 | 非標準 | 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>