100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > html字体兼容ie8 IE8 CSS 样式兼容性清单

html字体兼容ie8 IE8 CSS 样式兼容性清单

时间:2019-10-11 22:46:50

相关推荐

html字体兼容ie8 IE8 CSS 样式兼容性清单

最近部门业务网站需要考虑IE8的兼容性,刚好查到MSDN上有IE系列浏览器对CSS兼容性的完整清单,把其中IE8部分的内容翻译了出来,作为备忘。

============================正文分割线============================

IE8对于CSS2.1是完整支持的,对于CSS3则只是部分支持。下文中只列出IE8完全支持及完全不支持的样式。

注:下文中的E、F均指html标签名,如div,img等。

At-rules At类规则

支持:@charset, @import, @media, @page, @font-face

Selectors 选择器

Element Selectors 元素选择器

支持:.value, #value, E, *

Attribute Selectors 属性选择器

支持:[att=val], [att], [att|=val], [att~=val]

Combinators 联合选择器

支持:E + F, E > F, E F(CSS2.1)

支持:E ~ F (CSS3)

Pseudo-classes 伪类

支持::active, :first-child, :focus, :hover, :lang(C), :link, :visited, @page :first, @page :left, @page :right

Pseudo-elements 伪元素

支持::after, :before, :first-letter, :first-line

Properties 属性

支持:!important

2-D and 3-D Transforms 2D、3D效果

不支持:transform全系列, perspective全系列, backface-visibility

Animations 动画

不支持:animation全系列

Border and Layout 边框和布局

支持:border系列(除了border-break, border-image, border-radius), caption-side, clear, empty-cells, float, margin全系列, padding全系列, table-layout

Color and Background 颜色和背景

支持:color, background, background-attachment, background-color, background-image, background-position, background-repeat

Font and Text 字体和文本

支持:direction, font, font-family, font-size, font-style, font-variant, font-weight, letter-spacing, line-height, text-align, text-decoration, text-indent, text-transform, unicode-bidi, vertical-align, white-space, word-spacing

Generated Content 生成内容

支持:content, counter-increment, counter-reset, quotes

Lists 列表

支持:list-style全系列

Positioning 定位

支持:bottom, clip, display, height, left, max-height, max-width, min-height, min-width, overflow, overflow-x, overflow-y, position, right, top, visibility, width, z-index

Printing 打印

支持:orphans, page-break-after, page-break-before, page-break-inside, widows

Transitions 平滑渐变/过渡

不支持:transition全系列

User Interface 用户界面

支持:cursor, outline, outline-color, outline-style, outline-width

Speech 朗读

不支持

Media Queries 媒体查询

不支持

Values 值

Numbers 数字

支持:, , ,

Strings 字符串

支持:, code

Shapes 形状

支持:rect()

Functions 函数

支持:url(), counter(), attr()

Gradients 梯度

不支持

Colors 颜色

支持: (names), (#rrggbb or #rgb), (rgb(r,g,b)), (system colors), transparent

Keywords 关键字

支持:auto, inherit

Units 单位

支持:px, pt, pc, cm, mm, in, em, ex, %

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。