Template:CSS3 multiple column layout and Template:CSS list-style-type values: Difference between pages

From nonlocal pde
(Difference between pages)
Jump to navigation Jump to search
imported>RayAYang
m (1 revision)
 
imported>Gadget850
(rem IE5.5)
 
Line 1: Line 1:
{| class="wikitable" style="float:right; margin:0 0 1em 1em; text-align:center; font-size:90%;"
{{anchor|CSS list-style-type values}}
|+ CSS3 multiple column layout<br />browser support
{{Hidden begin
! Internet<br />Explorer !! Firefox !! Safari !! Chrome !! Opera
|title=CSS list-style-type values
|-
|titlestyle=background:#ccccff; text-align:center;
| {{no|6}} || {{yes|3}} || {{yes|3.1}} || {{yes|7}} || {{no|10.5}}
|toggle=right
|-
}}
| {{no|7}} || {{yes|3.5}} || {{yes|3.2}} || {{yes|8}} || {{no|10.6}}
 
|-
;CSS2.1 <code>list-style-type</code> values<ref>{{cite web |title=Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification |work=W3C |date=December 7, 2010 |url=http://www.w3.org/TR/2010/WD-CSS2-20101207/cover.html}}</ref>
| {{no|8}} || {{yes|3.6}} || {{yes|4}} || {{yes|9}} || {{no|11}}
{{CSS list-style-type values/core
|-
|type=none
| {{no|9}} || {{yes|4}} || {{yes|5}} || {{yes|10}} || {{yes|11.1}}
}}
|-
{{CSS list-style-type values/core
| {{yes|10}} || || || ||
|type=disc
|}<noinclude>{{documentation}}</noinclude>
}}
{{CSS list-style-type values/core
|type=circle
}}
{{CSS list-style-type values/core
|type=square
}}
{{CSS list-style-type values/core
|type=decimal
}}
{{CSS list-style-type values/core
|type=decimal-leading-zero
|ie6=no
|ie7=no
}}
{{CSS list-style-type values/core
|type=lower-roman
}}
{{CSS list-style-type values/core
|type=upper-roman
}}
{{CSS list-style-type values/core
|type=lower-alpha
}}
{{CSS list-style-type values/core
|type=upper-alpha
}}
{{CSS list-style-type values/core
|type=lower-greek
|ie6=no
|ie7=no
}}
{{CSS list-style-type values/core
|type=armenian
|ie6=no
|ie7=no
}}
{{CSS list-style-type values/core
|type=georgian
|ie6=no
|ie7=no
}}
 
 
;CSS2 <code>list-style-type</code> values dropped in CSS2.1 but still supported by some browsers<ref>{{cite web |title=Cascading Style Sheets, level 2 CSS2 Specification |work=W3C |date=April 11, 2008|url=http://www.w3.org/TR/2008/REC-CSS2-20080411/}}</ref>
{{CSS list-style-type values/core
|type=hebrew
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
{{CSS list-style-type values/core
|type=cjk-ideographic
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
{{CSS list-style-type values/core
|type=hiragana
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
{{CSS list-style-type values/core
|type=katakana
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
{{CSS list-style-type values/core
|type=hiragana-iroha
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
{{CSS list-style-type values/core
|type=katakana-iroha
|ie6=no
|ie7=no
|ie8=no
|ie9=no
|o10=no
|o11=no
}}
 
 
;CSS3 <code>list-style-type</code> values (incomplete)<ref>{{cite web |title=CSS3 module: Lists |work=W3C |date=November 7, 2002 |url=http://www.w3.org/TR/css3-lists/}}</ref>
 
CSS3 adds hundreds of new values, most not yet supported by major browsers
 
{{CSS list-style-type values/core
|type=upper-greek
|ie6=no
|ie7=no
|ff3=no
|ff35=no
|ff36=no
|ff4=no
|s4=no
|c4=no
|o10=no
|o11=no
}}
{{Hidden end}}
<noinclude>{{documentation}}</noinclude>

Revision as of 14:51, 4 March 2011

[create] File:Template-info.svg Template documentation