Add @counter-style CSS at-rule to auto-complete

This commit is contained in:
David Storey 2015-11-19 17:35:18 -08:00
parent 701a57f3f8
commit bd9d62b882

View file

@ -22,6 +22,9 @@
<entry name="@counter" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-content/#counter0" syntax="@counter footnote { list-style-type: super-decimal; }">
<desc>Authors may use @counter declaration blocks and the 'page-policy' property, which applies only to strings and counters.</desc>
</entry>
<entry name="@counter-style" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#the-counter-style-rule" syntax="@counter-style &lt;counter-style-name> { &lt;declaration-list> }">
<desc>Defines a custom counter style.</desc>
</entry>
<entry name="@font-face" version="3.0" browsers="all" ref="http://www.w3.org/TR/css3-fonts/#the-font-face-rule" syntax="@font-face { &lt;font-description&gt; }">
<desc>Allows for linking to fonts that are automatically activated when needed. This permits authors to work around the limitation of 'web-safe' fonts, allowing for consistent rendering independent of the fonts available in a given user's environment.</desc>
</entry>