[1] CSS の色キーワード 'transparent'
は、透明を表します。
'transparent'
は rgba(0, 0, 0, 0)
(透明な黒)
と等価です。この色はしばしば透明黒と呼ばれます。
[4] 'transparent'
は、完全な透明を表します >>2。
[3] 'transparent' の算出値は rgba(0,0,0,0)
です >>2。
[5] 'transparent'
は CSS1 で 'background-color'
特性の値として追加されました。 >>2
[6] CSS2 で 'border-color'
にも 'transparent'
が認められるようになりました。 >>2
[7] OEB 1.0.1 で 'color'
にも 'transparent'
が使えるようになりました。 >>2
[8] CSS3 で <color>
が使える場所すべてで使えるようになりました。
>>2
[9] Web Applications 1.0 r5970 ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=5969&to=5970>
[12] Web Applications 1.0 r8754 Try to define what happens when you have tracks that don't cover the whole media timeline ( ( 版)) <http://html5.org/r/8754>
[13] Editorial: cross-reference transparent black (annevk著, ) <https://github.com/whatwg/html/commit/7df2378079444ddfb0f4095a3bb78bc382b7c62d>
[14] Editorial: cross-reference transparent black by annevk · Pull Request #3058 · whatwg/html () <https://github.com/whatwg/html/pull/3058>
[15] Make shared worker creation deterministic (jakearchibald著, ) <https://github.com/whatwg/html/commit/9fda90f44c7c9223de6e3755a043f67ea7c92bf5>
[16] At @annevk's request, add & export definitions for 'opaque black' and… (@annevk著, ) <https://github.com/w3c/csswg-drafts/commit/6421e5734c9564fe50b93a92504af08017758521>
[17] Use opaque and transparent black as defined in CSS Color (annevk著, ) <https://github.com/whatwg/html/commit/c26b1562136957680412b5d2bb6ad546d6c8c71a>
[18] Define opaque black and reference it by annevk · Pull Request #3366 · whatwg/html () <https://github.com/whatwg/html/pull/3366>
[19] Use the 'transparent black' and 'opaque black' terms. (tabatkins著, ) <https://github.com/w3c/csswg-drafts/commit/c7264a31cd25246342865da685a7e4f514a3ce70>