添加符号 | @counter-style.additive-symbols (Counter Styles) - CSS 中文开发手册 - Break易站
2021-01-27 08:14
添加符号 | @counter-style.additive-symbols (Counter Styles) - CSS 中文开发手册
additive-symbols描述符?定义符号,用于值可累积的可数的system的项 。?additive-symbols定义累积的的元组(tuples),每个元组项都包含一个符号和一个非负整数的权重。additive system被用于构造sign-value numbering?(符号-值,指数字的值就是是符号加在一起的值)系统,比如 罗马数字。
additive-symbols: 3 "0"; additive-symbols: 3 "0", 2 "E"; additive-symbols: 3 "0", 2 url(symbol.png);
当系统描述符是循环,数字,拼音,象征,或固定的时候,使用symbols代替additive-symbols
Related at-rule | @counter-style |
---|---|
初始值 | N/A |
适用媒体 | all |
计算值 | as specified |
正规顺序 | order of appearance in the formal grammar of the values |
语法
正式语法
[&& ]#where = | | where = | | | | | where = image( [ [ | ]? , ? ]! ) = image-set( # ) = element( ) = cross-fade( , ? ) = | | | where = | | | | | | currentcolor | = [ | ] = ? && = | = linear-gradient( [ | to ]? , ) = repeating-linear-gradient( [ | to ]? , ) = radial-gradient( [ || ]? [ at ]? , ) = repeating-radial-gradient( [ || ]? [ at ]? , ) where = rgb( [ [ {3} | {3} ] [ / ]? ] | [ [ #{3} | #{3} ] , ? ] ) = rgba( [ [ {3} | {3} ] [ / ]? ] | [ [ #{3} | #{3} ] , ? ] ) = hsl( [ [ / ]? ] | [ , , , ? ] ) = hsla( [ [ / ]? ] | [ , , , ? ] ) = [ left | right ] || [ top | bottom ] = #{2,} = circle | ellipse = closest-side | farthest-side | closest-corner | farthest-corner | | {2} = [[ left | center | right | top | bottom | ] | [ left | center | right | ] [ top | center | bottom | ] | [ center | [ left | right ] ? ] && [ center | [ top | bottom ] ? ]] where = | = | = ? = |
示例
HTML
- One
- Two
- Three
- Four
- Five
CSS
@counter-style additive-symbols-example { system: additive; additive-symbols: I 1; } .list { list-style: additive-symbols-example; }
结果
规范
Specification | Status | Comment |
---|---|---|
CSS Counter Styles Level 3The definition of ‘additive-symbols‘ in that specification. | Candidate Recommendation | Initial definition. |
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | No support | 33 (33) | No support | No support | No support |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | No support | 33 (33) | No support | No support | No support |
上一篇:用户定义 | custom-ident (Lists & Counters) - CSS 中文开发手册 - Break易站
下一篇:盒子阴影 | box-shadow (Backgrounds & Borders) - CSS 中文开发手册 - Break易站
文章标题:添加符号 | @counter-style.additive-symbols (Counter Styles) - CSS 中文开发手册 - Break易站
文章链接:http://soscw.com/index.php/essay/47668.html