Add Edge support info to CSS At-rules

This commit is contained in:
David Storey 2015-11-22 23:55:15 -08:00
parent fc6faebbdd
commit ab6f1c56de

View file

@ -34,7 +34,7 @@
<entry name="@import" version="1.0" browsers="all" ref="http://www.w3.org/TR/css3-syntax/#at-import" syntax="@import url('file.css') tv, print;"> <entry name="@import" version="1.0" browsers="all" ref="http://www.w3.org/TR/css3-syntax/#at-import" syntax="@import url('file.css') tv, print;">
<desc>Includes content of another file.</desc> <desc>Includes content of another file.</desc>
</entry> </entry>
<entry name="@keyframes" version="3.0" browsers="C43,FF16,IE10,O12.5,S9" ref="http://www.w3.org/TR/css3-animations/#keyframes" syntax="@keyframes animation-name"> <entry name="@keyframes" version="3.0" browsers="E,C43,FF16,IE10,O12.5,S9" ref="http://www.w3.org/TR/css3-animations/#keyframes" syntax="@keyframes animation-name">
<desc>Defines set of animation key frames.</desc> <desc>Defines set of animation key frames.</desc>
</entry> </entry>
<entry name="@left-bottom" version="3" browsers="none" ref="http://www.w3.org/TR/css3-page/#page-box"> <entry name="@left-bottom" version="3" browsers="none" ref="http://www.w3.org/TR/css3-page/#page-box">
@ -55,8 +55,8 @@
<entry name="@-moz-keyframes" version="3.0" browsers="FF5" ref="https://developer.mozilla.org/en/CSS/@keyframes" syntax="@-moz-keyframes animation-name"> <entry name="@-moz-keyframes" version="3.0" browsers="FF5" ref="https://developer.mozilla.org/en/CSS/@keyframes" syntax="@-moz-keyframes animation-name">
<desc>Defines set of animation key frames.</desc> <desc>Defines set of animation key frames.</desc>
</entry> </entry>
<entry name="@-ms-viewport" version="3.0" browsers="IE10" ref="http://www.w3.org/TR/css-device-adapt/#the-viewport-rule" syntax="@$(name) { width: device-width; }" /> <entry name="@-ms-viewport" version="3.0" browsers="E,IE10" ref="http://www.w3.org/TR/css-device-adapt/#the-viewport-rule" syntax="@$(name) { width: device-width; }" />
<entry name="@namespace" version="3.0" browsers="C,FF1,IE9,O8,S1" ref="http://www.w3.org/TR/css3-namespace/#declaration" syntax="@namespace [prefix] string|url;"> <entry name="@namespace" version="3.0" browsers="E,C,FF1,IE9,O8,S1" ref="http://www.w3.org/TR/css3-namespace/#declaration" syntax="@namespace [prefix] string|url;">
<desc>Declares a prefix and associates it with a namespace name.</desc> <desc>Declares a prefix and associates it with a namespace name.</desc>
</entry> </entry>
<entry name="@-o-keyframes" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#keyframes" syntax="@-o-keyframes animation-name { }" /> <entry name="@-o-keyframes" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#keyframes" syntax="@-o-keyframes animation-name { }" />
@ -78,7 +78,7 @@
<entry name="@string" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-content/#string" syntax="@string chapter { page-policy: last; }"> <entry name="@string" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-content/#string" syntax="@string chapter { page-policy: last; }">
<desc>Authors may use @string declaration blocks and the 'page-policy' property, which applies only to strings and counters.</desc> <desc>Authors may use @string declaration blocks and the 'page-policy' property, which applies only to strings and counters.</desc>
</entry> </entry>
<entry name="@supports" version="3.0" browsers="C,FF,O,S9" ref="http://www.w3.org/TR/css3-conditional/#at-supports" syntax="@supports (display: flexbox) { div { display: flexbox; } }"> <entry name="@supports" version="3.0" browsers="E,C,FF,O,S9" ref="http://www.w3.org/TR/css3-conditional/#at-supports" syntax="@supports (display: flexbox) { div { display: flexbox; } }">
<desc>A conditional group rule whose condition tests whether the user agent supports CSS property:value pairs.</desc> <desc>A conditional group rule whose condition tests whether the user agent supports CSS property:value pairs.</desc>
</entry> </entry>
<entry name="@top-center" version="3" browsers="none" ref="http://www.w3.org/TR/css3-page/#page-box"> <entry name="@top-center" version="3" browsers="none" ref="http://www.w3.org/TR/css3-page/#page-box">