热门问题
时间线
聊天
视角
浏览器引擎CSS支援比较
维基媒体列表条目 来自维基百科,自由的百科全书
Remove ads
以下的表格显示一些浏览器引擎对于CSS的兼容性与支援的比较。想获得更多讯息,请参照各产品的项目。此项目不见得包含所有的功能也不见得有最新消息。除非以附注指出特例,这里以未加装任何套件或是其他程式的稳定版本进行比较。
此条目或章节需要时常更新。有关事物或许会随著时间而有所变化。 |
表格说明
这里使用后端的引擎名而不是浏览器的名称。使用各浏览器引擎的浏览器如下表所示。
- chromium / chromium/blink. chromium.googlesource.com. Google. [2014-05-27].
- 在Konqueror中,用户可以切换排版引擎。
- WebKit Nightly Builds. webkit.org. [2014-05-27].
Remove ads
以下各格的颜色表示该排版引擎的最新版本或指定版本(如果给出版本号的话)对该功能的支援程度。没有取值的版本号表示该排版引擎首次完全支援该功能。
CSS版本支援
想了解各版本的CSS差异,请参考项目CSS。 本表格不以CSS2.0为准,因为存在取代它的CSS2.1。CSS2.1修正了部份CSS2.0的错误,删除了不被CSS社区接受的功能。大部分被删除的功能将会出现在CSS3。
语法与规则
Remove ads
- !important — 7.0之前,
!important
并不会盖掉在同一个宣告区的后面的规则。 - @import — 8.0之前,不支援媒体形态。使用
@import <URL> <MEDIA>
,则IE会要求此URL:“<URL> <MEDIA>
”,包括url()
及URL里的引号。无法汇入超过35的样式表。
- @import — 尽管Gecko、WebKit及iCab会立即下载所有样式表,Opera只下载媒体名为“handheld”、“print”、“projection”、“screen media”、“speech”(当声音功能在启动状态)、“tv”(电视装置)。文字浏览器模拟模式仅为一个使用者样式表而不用媒体形态“tty”。这是符合不支援CSS的老旧文字浏览器的。
选择器
Remove ads
- :read-only与:read-write — Presto与KHTML皆不正确地处理有
contenteditable
属性的元素。
- :active — 8.0之前,Trident仅支援超连结元素。
- :hover — 7.0之前,Trident仅支援超连结元素。
- .one.two — 7.0之前,被当成
.two
类别选择器处理。 - * — 7.0之前这代表“一个或是没有元素”。
- [attr] — 当属性是
colspan
的时候,选出所有表格内的td
元素及th
元素(有没有之的有colspan
属性都一样)。[t 7]这可能不是一个bug,因规格存在模棱两可的解释。[t 8] - :first-letter、:first-line — 在6.0,
:first-letter
与其他rules一起使用的时候可能有问题。[t 9]在8.0,在:first-line
与:first-letter
宣告内的有!important
的rules会被省略。[t 10]
- (:):before, (:):after — 在1.9.1之前,有些属性不能使用(这是CSS2.0的过期解释)。[g 8]
- :target — 在2.5之前,样式在以向前向后按钮浏览的时候不作用。
属性
text-decoration
— Gecko或Webkit的底线有可能会画过行级(@@inline翻译)取代元素(例如图片)。
- margin —
inherit
继承未计算值然后再计算一次而不是直接继承计算后的值。[t 20] - display — 7.0之前,支援无误的只有
none
、block
、inline
、table-header-group
及table-footer-group
。8.0之前,没支援run-in
与table
,而inline-block
仅支援在行级元素上。 - overflow — 7.0之前,
overflow: visible;
支援的不正确。在8.0,scroll
将该元素的高度调至max-height
,就算内容并没有这么高。[t 21] - visibility — 8.0之前,未支援“
visibility: collapse;
”。在8.0,visibility: hidden;
的块元素(@@block翻译)中“visibility: visible;
”的行级元素不被显示。[t 22] - content — 在8.0,
attr()
的算后值不在属性(attribute)变更时被更新。[t 23] - border-color — 7.0之前,不支援
transparent
。 - border-style — 8.0之前,不支援
hidden
。 - border-style — 7.0之前,
dotted
被显示成dashed
。 - box-shadow — 9.0之前,trident支援自从5.5就有的类似的专有属性“Shadow”[t 24]及“DropShadow”[t 25]过滤器。
- position — 7.0之前,未支援固定配置。7.0跟之后版本只在标准模式的时候支援。
- z-index — 8.0之前,仅部份支援
z-index
。[t 26]在8.0,除了整数以外也支持浮点数。[t 27] - list-style-type — 8.0之前,不支援
armenian
、decimal-leading-zero
、georgian
、lower-greek
、lower-latin
、upper-latin
。 - opacity — 9.0之前,Trident支援一个专有的替代属性。[t 28]
- background-image — 8.0之前,背景图片在某些情况下被处理的很糟。[t 29][t 30]
- background-attachment — 7.0之前,
fixed
只被允许使用在body
元素上。 - background-position — 8.0之前,不支援固定配置。
- font-weight — 8.0之前,当取值为600显示不正确。[t 31]
- text-align — 在8.0,
text-align
不被:before
及:after
拟元素继承。[t 32] - white-space — 6.0之前,不支援
pre
。8.0之前,仅部份支援white-space
:不支援pre-line
及pre-wrap
。[t 33] - writing-mode — Trident支援过期的取值
lr-tb
、tb-rl
、tb-lr
等等。[t 34]这些取值作用在direction
上。这是与Webkit不同的行为。 - cursor — 仍作用于没前辍的浏览器扩充。
- display — 不支援
run-in
。[g 37]1.9之前,不支援“inline-table
[g 38]”与“inline-block
[g 39]”。 - z-index — 1.9之前负数的支援情况不佳。
- quotes — 1.8之前不支援巢状引用。[g 40]
- content — 1.9之前不支援“
none
”。此属性不作用在一般元素(非拟元素),不符合《CSS 3 生成内容与取代内容模组》。 - background-position — 1.7以前的版本使用CSS2语法,非CSS2.1的扩充语法。
- font-size-adjust — 1.9之前,仅在视窗版支援。
- font-weight — 就算装了一个字型的Light或Heavy/Black字模,除非使用Gecko 2.0在Windows 7或Windows Vista的DirectWrite,仅Regular与Bold会被使用。
- white-space — 1.9.1之前不支援
pre-line
。1.9之前,以-moz-pre-wrap
实验性地支援pre-wrap
的功能。 - visibility — 1.8之前不支援
collapse
。 - border-radius — 1.9.1之前,边框的曲线是圆形而不是同现在CSS3草案记载的椭圆曲线,短宣告
border-radius
的顺序是“左上 右上 右下 左下”而不是W3C的“右上 右下 左下 左上”。当边框的样式是点线(dotted)破折线(dashed),曲线总是显示实线为。[g 41] - page-break-before; page-break-after — 仅支援“
always
”与“auto
”。
- font — 不支援让设计师根据使用者作业系统呈现结果的系统字型关键字。
- font-weight — 就算装了一个字型的Light或Heavy/Black字模,仅Regular与Bold会被使用。
- page-break-before; page-break-after — 仅支援“
always
”与“auto
”。 - white-space — 522之前,不支援“
pre-line
”与“pre-wrap
”。 - visibility — 522之前不支援“
collapse
”,这个值的实作跟“hidden
”一样,因此不合标准。[w 27] - content — 不支援“
none
”、“open-quote
”、“close-quote
”、“no-open-quote
”、“no-close-quote
”及“normal
”,且此属性不作用在一般元素(非拟元素),不符合《CSS 3 生成内容与取代内容模组》。 - font-size — “
font-size
”属性不见得吃0这个值,就算用“font-size: 0px”,文字还是看得见。
- overflow — 不支援取值“
scroll
”与“auto
”。 - page-break-before; page-break-after — 3.5之前仅支援“
always
”与“auto
”。 - visibility — 支援所有的属性,但“
collapse
”这个值的实作跟“hidden
”一样,因此不合标准。
- counter-increment, counter-reset — 使用推荐标准版本(CSS2)的演算法。
- background-position — Presto在Opera 8.0以前的版本使用CSS2语法,非CSS2.1的扩充语法。
- font-weight — 当取值为600显示不正确,与以Trident为对象设计的网站兼容。
- visibility — 2.5之前,在表格列里不支援“
collapse
”这个值,在表格行里,这个值呈现与“hidden
”同样的效果因此不合标准。 - cursor — “
cursor
”不支援动态拟类别,且不支援自定游标。 - content — 不支援取值“
none
”。[p 5] - font — 不应该吃“
inherit
”跟一个“font-size”取值的情形,这应该被当作语法错误并丢弃,但Opera接受这种状况。
取值与单位
- rect() — 8.0之前,不支援用逗号的正确语法。
- auto — 在 Quirks mode(IE5模拟模式),
auto
不作用在除了表格元素之外的margin
属性上。 - transparent — 设
color
属性为transparent
则字会呈现为黑色。 - transparent — 7.0之前,不支援在边框上的
transparent
(呈现为实心黑色),且在PNG图像上被省略。
一般附注
-ms-
— 所有实验中的选取器、属性、值都有“-ms-”作为前辍。例如:是-ms-interpolation-mode
而不是interpolation-mode
。
-moz-
— 所有实验中的选取器、属性、值都有“-moz-”作为前辍。例如:是::-moz-selection
而不是::selection
。
-webkit-
— 所有实验中的选取器、属性、值都有“-webkit-”作为前辍。例如:是-webkit-box-shadow
而不是box-shadow
。
-khtml-
— 所有实验中的选取器、属性、值都有“-khtml-”作为前辍。例如:是-khtml-opacity
而不是opacity
。
-o-
— 所有实验中的选取器、属性、值都有“-o-”作为前辍。例如:是-o-transition-property
而不是transition-property
。-xv-
— 所有实验中的《CSS3口说模组(@@翻译)》选取器、属性、值都有“-o-”作为前辍。例如:是-xv-voice-rate
而不是voice-rate
。
- 实验中的CSS浏览器自定属性的对照DOM属性没有连字号,且第一个字母为大写。例如:
element.style.MozBorderRadius
对应于-moz-border-radius
属性、element.style.OTransform
对应于-o-transform
属性。
参见
- CSS Paged Media Module Level 3 - Margin Boxes, W3C, [2013-03-03], (原始内容存档于2013-03-09)
- CSS 3 盒子模型(@@翻譯)模組, W3C, [2011-01-14], (原始内容存档于2018-07-22)
- CSS 3 背景與邊框模組, W3C, [2011-01-14], (原始内容存档于2011-01-10)
- CSS 3 生成內容與取代內容模組, W3C, [2011-01-14], (原始内容存档于2010-12-27)
- CSS 3 色彩模組, W3C, [2011-01-14], (原始内容存档于2010-12-14)
- CSS 3 字型模組, W3C, [2011-01-14], (原始内容存档于2011-01-01)
- CSS 3 文字模組, W3C, [2011-01-11], (原始内容存档于2010-12-23)
- CSS Text Decoration Module Level 3, W3C, [2013-03-03], (原始内容存档于2013-03-20)
- CSS 3 書寫模式模組, W3C, [2011-01-11], (原始内容存档于2010-12-14)
- CSS 3 基本使用者界面模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
- CSS 3 換頁媒體模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
- CSS 3 語音模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
- CSS 3 Ruby模組, W3C, [2011-01-14], (原始内容存档于2011-01-01)
- CSS 3 多欄排版模組, W3C, [2011-01-14], (原始内容存档于2011-04-29)
- CSS 3 動畫模組, W3C, [2011-01-14], (原始内容存档于2010-12-25)
- CSS 3 2D變換模組, W3C, [2011-01-14], (原始内容存档于2011-02-01)
- CSS 3 3D變換模組, W3C, [2011-01-14], (原始内容存档于2011-02-01)
- CSS 3 轉變模組, W3C, [2011-01-14], (原始内容存档于2011-01-10)
- CSS3 彈性盒排版(@@翻譯)模組, W3C, [2011-01-14], (原始内容存档于2012-10-19)
- CSS 3 彈幕模組, W3C, [2011-01-14], (原始内容存档于2010-12-28)
- CSS 3 取值與單位模組, W3C, [2011-01-18], (原始内容存档于2008-04-23)
- CSS 3 圖像值模組, W3C, [2011-01-18], (原始内容存档于2011-01-22)
- 給開發者的Internet Explorer 9 Beta導覽, Microsoft, [2011-01-13], (原始内容存档于2014-03-12)
- @keyframes rule (Internet Explorer), Microsoft, [2013-03-03], (原始内容存档于2013-03-05)
- :valid pseudo-class (Internet Explorer). Microsoft. [17 November 2012].
- :invalid pseudo-class (Internet Explorer). Microsoft. [17 November 2012].
- :required pseudo-class (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-10-27).
- :optional pseudo-class (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-11-04).
- Hopkins, James, (選有「colspan」屬性的TD、TH)屬性選擇器會選出所有TD、TH, [2011-01-11], (原始内容存档于2012-09-08)
- Hammond, David, 《IE 8 CSS 2.1支援測試結果》之評論, [2011-01-11], (原始内容存档于2010-12-11)
- 臭蟲 - 忽略「:first-letter」, hasLayout.net, (原始内容存档于2010-03-02)
- Hopkins, James, 有用!important的屬性質宣告在:first-letter或:first-line裡會被省略, [2011-01-11], (原始内容存档于2016-03-03)
- font-size-adjust property (Internet Explorer). Microsoft. [17 November 2012].
- font-feature-settings property (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-05-16).
- @font-face rule (Internet Explorer). Microsoft. [17 November 2012].
- -ms-hyphenate-limit-zone property (Internet Explorer). Microsoft. [17 November 2012].
- -ms-hyphenate-limit-chars property (Internet Explorer). Microsoft. [17 November 2012].
- -ms-hyphenate-limit-lines property (Internet Explorer). Microsoft. [17 November 2012].
- text-shadow property (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2013-07-19).
- Multi-column Layout (Internet Explorer). Microsoft. [17 November 2012].
- Animations (Internet Explorer). Microsoft. [17 November 2012].
- Talbot, 用「inherit」繼承的邊界(margin) - 應該繼承計算後的值, [2011-01-14], (原始内容存档于2012-09-08)
- Groot, Sven, 「Overflow: scroll」讓一個元素永遠用它的「max-height」, [2011-01-14], (原始内容存档于2012-09-08)
- Hopkins, James, 用「visibility:visible」的行級元素不蓋掉從它母元素(塊元素)被繼承的「visibility:hidden」, [2011-01-14], (原始内容存档于2012-09-06)
- 「content: attr(x)」不在屬性值更改時被更新, [2011-01-14], (原始内容存档于2012-09-08)
- DropShadow過濾器, Microsoft, [2011-01-14], (原始内容存档于2010-12-29)
- Hopkins, James, 「z-index」的語法分析不合法 - 分析為小數而非整數, [2011-01-14], (原始内容存档于2016-03-03)
- IE7-/背景圖片跑不見 - Demo 1, (原始内容存档于2010-01-03)
- IE7-/背景圖片跑不見 - Demo 2, (原始内容存档于2010-04-22)
- Koch, Peter-Paul, IE Windows與Opera - 「font-weight: 600」 vs. 「bold」, QuirksMode, [2011-01-14], (原始内容存档于2011-02-10)
- Hopkins, James, 「text-align」的值不被擬元素「:before」與「:after」繼承, [2011-01-14], (原始内容存档于2012-09-08)
- 「writingMode」屬性, Microsoft, [2011-01-14], (原始内容存档于2011-01-23)
- Bug 115199 - CSS2中的「@page」無實作, Mozilla, [2011-01-13], (原始内容存档于2012-03-31)
- Bug 418039 - CSS parent (has-child) and ancestor (has-descendant) selectors (:subject), Mozilla, [2013-03-03], (原始内容存档于2014-05-28)
- Bug 506554 - Implement the CSS3 pseudo-classes :required and :optional, Mozilla, [2011-01-11], (原始内容存档于2011-06-09)
- Bug 312971 - Support :read-only and :read-write pseudoclasses, Mozilla, [2013-03-03], (原始内容存档于2013-02-10)
- Bug 561154 - fix specificity of :-moz-any(), Mozilla, [2013-03-03], (原始内容存档于2013-05-02)
- Bug 562169 - Implement the :dir(rtl/ltr) selector to select on HTML directionality, Mozilla, [2013-03-03], (原始内容存档于2013-07-31)
- Bug 648722 - Add support for :scope as :-moz-scope, Mozilla, [2013-03-03], (原始内容存档于2013-07-31)
- Bug 237119 - 「display」屬性在生成內容上會被省略, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
- Bug 451134 - 把「-moz-border-radius*」的屬性名改成css3-background的名字, Mozilla, [2011-01-14], (原始内容存档于2011-06-10)
- Bug 378217 - implement css3 'border-image' property, Mozilla, [2013-03-03], (原始内容存档于2013-04-03)
- Bug 497995 - Implement border-image revisions in latest css3-background, Mozilla, [2013-03-03], (原始内容存档于2012-10-17)
- Bug 590039 - 修正模糊半徑的計算並把「-moz-box-shadow」改至「box-shadow」, Mozilla, [2011-01-14], (原始内容存档于2011-06-10)
- Bug 549809 - 將「background-origin」與「background-clip」屬性及取值更名至css3-background, Mozilla, [2011-01-14], (原始内容存档于2012-11-08)
- Bug 3512 - (font-stretch) Implement font-stretch property, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
- Bug 312156 - implement text-overflow: ellipsis from CSS3 text, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
- Bug 249159 - implement 'word-break' properties of CSS3, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
- Bug 276079 - 實作「text-justify」屬性(只弄「auto」、「inter-word」、「inter-ideograph」及「distribute」), Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
- Bug 470547 - CSS3 text-outline尚未支援, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
- Bug 59109 - implement CSS3 text module's text-decoration-style and text-decoration-color, Mozilla, [2013-03-03], (原始内容存档于2012-11-10)
- Firefox 6 for developers, Mozilla, [2013-03-03], (原始内容存档于2012-05-12)
- Bug 145503 - (writing-mode) CSS3 writing-mode (豎排), Mozilla, [2011-01-11], (原始内容存档于2011-06-10)
- 實作「box-sizing」(丟掉「-moz-」前輟), Mozilla, [2011-01-14], (原始内容存档于2011-06-10)
- Bug 553576 - 實作css 「resize」屬性的功能, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
- Bug 132035 - 實作缺少的CSS 2.1功能 - 「page-break-*」, Mozilla, [2011-01-14], (原始内容存档于2012-10-24)
- Bug 137367 - 實作「orphans」及「widows」, Mozilla, [2011-01-14], (原始内容存档于2011-08-08)
- Bug 47159 - 在getComputedStyle支援《css3-speech》(之前的聽覺樣式表)屬性, Mozilla, [2011-01-14], (原始内容存档于2012-10-22)
- ruby-position - CSS, Mozilla Developer Network, [2016-03-28], (原始内容存档于2016-03-15)
- Bug 684062 - Compare spec and implement CSS multi-column support, Mozilla, [2013-03-03], (原始内容存档于2014-06-06)
- Bug 446569 - Implement CSS3 columns shorthand, Mozilla, [2011-01-14], (原始内容存档于2012-05-01)
- Bug 549114 - Support Column Breaks, Mozilla, [2013-03-03], (原始内容存档于2014-05-26)
- Bug 695222 - Implement column-fill, Mozilla, [2013-03-03], (原始内容存档于2012-06-24)
- Bug 616436 - column-span not implemented (css3 multicolumn), Mozilla, [2013-03-03], (原始内容存档于2012-11-11)
- Bug 435442 - Implement Webkit's CSS Animation proposal, Mozilla, [2011-01-14], (原始内容存档于2012-10-24)
- Bug 505115 - CSS3 3D變換, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
- Bug 435441 - 把CSS轉變弄到可以釋出的程度, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
- Bug 562073 - 實作css3-flexbox的「box-lines」屬性, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
- Bug 2056 - 「display: run-in」尚無實作, Mozilla, [2011-01-14], (原始内容存档于2012-11-09)
- Bug 18217 - 「display: inline-table」無實作, Mozilla, [2011-01-14], (原始内容存档于2011-05-16)
- Bug 9458 - (inline-block)實作「inline-block」, Mozilla, [2011-01-14], (原始内容存档于2011-05-16)
- Deer Park Alpha 1中給Web Developer的新功能, Mozilla, [2011-01-14], (原始内容存档于2008-07-19)
- Bug 382721 - 點線/破折線的「-moz-border-radius」邊框顯示為實線, Mozilla, [2011-01-14], (原始内容存档于2012-10-24)
- Bug 363249 - 實作css3-values的「calc()」, Mozilla, [2011-01-18], (原始内容存档于2011-01-22)
- Bug 435441 - 實作Webkit的《CSS Transitions》提案, Mozilla, [2011-01-18], (原始内容存档于2011-08-06)
- Bug 503720 - 實作《CSS 3 取值與單位模組》的 vw/vh/vm(視口大小), Mozilla, [2011-01-18], (原始内容存档于2012-05-02)
- Bug 282126 - 長度單位「ch」要怎麼辦?(Mozilla專有擴張), Mozilla, [2011-01-18], (原始内容存档于2011-05-16)
- Bug 15548 - 支援CSS3《CSS3換頁媒體模組》(@page), Webkit, [2011-01-13], (原始内容存档于2014-08-01)
- Bug 85062 - Support CSS 3 Paged Media Margin Boxes, WebKit, [2013-03-03], (原始内容存档于2014-08-01)
- Bug 38731 - 讓CSS Parser無錯誤地處理頁面專用擬類別, WebKit, [2011-01-11], (原始内容存档于2014-08-03)
- Bug 27458 - Support :default HTML5 CSS selector, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
- Bug 27357 - Support :valid/:invalid CSS selectors, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
- Bug 29071 - Support for :in-range and :out-of-range CSS selectors, Webkit, [2011-01-11], (原始内容存档于2014-08-03)
- Bug 25551 - Support for HTML5 Forms "required" attribute, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
- Bug 3409 - CSS1: Safari 忽略在「first-line」CSS rules裡的「text-transform」屬性, Webkit, [2011-01-11], (原始内容存档于2014-08-05)
- Bug 23209 - [RFE] CSS生成內容不轉變, Webkit, [2011-01-11], (原始内容存档于2013-01-21)
- Bug 27578 - 拿掉border-radius屬性的前輟, Webkit, [2011-01-14], (原始内容存档于2014-08-06)
- Bug 3234 - CSS2: 提高引用支援(q標籤), Webkit, [2011-01-14], (原始内容存档于2014-03-30)
- Bug 15257 - Support CSS 3 font-size-adjust, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
- Bug 12530 - CSS3: Support the font-stretch property, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
- Bug 63796 - Master: Support CSS3 font feature properties, Webkit, [2013-03-03], (原始内容存档于2016-03-03)
- Hyatt, Dave, Text-Stroke介紹, Surfin’ Safari, 2006-12-21 [2011-01-11], (原始内容存档于2011-02-10)
- Bug 9475 - CSS3: 增加font-effect: outline支援, WebKit, [2011-01-11], (原始内容存档于2014-08-05)
- Bug 18109 - 實作懸吊標點(@@暫翻), Webkit, [2011-01-11], (原始内容存档于2014-08-05)
- Bug 58491 - [css3-text] Support text-decoration-* properties from CSS3 Text, Webkit, [2013-03-03], (原始内容存档于2013-07-30)
- Bug 46123 - 增加所有排版機制的writing-mode支援(主bug), WebKit, [2011-01-11], (原始内容存档于2014-08-05)
- Bug 48538 - 支援CSS「text-combine」屬性, WebKit, [2011-01-11], (原始内容存档于2016-03-04)
- Bug 10894 - CSS 「size」屬性尚未支援, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
- Bug 46827 - AX: 實作CSS3 Speech 「speak」, WebKit, [2011-01-14], (原始内容存档于2014-08-04)
- Bug 15552 - Support CSS3 column-break-before and column-break-after, WebKit, [2011-01-14], (原始内容存档于2014-08-01)
- Bug 39498 - [CSS3 Multi-column] Floating elements are rendered below the columns, WebKit, [2013-03-03], (原始内容存档于2014-08-05)
- Bug 15550 - WebKit does not support CSS3 column-span:, Webkit, [2011-01-14], (原始内容存档于2014-08-03)
- 以「-webkit-marquee」轉動文字, Ajnaware, 2008-08-14 [2011-01-14], (原始内容存档于2010-12-11)
- Bug 8735 - CSS 2.1 「visibility: collapse」顯示為「visibility: hidden」, Webkit, [2011-01-14], (原始内容存档于2014-08-06)
- Bug 16662 - CSS3: 實作「calc()」, Webkit, [2011-01-18], (原始内容存档于2014-08-07)
- Bug 27160 - 實作《CSS 3 取值與單位模組》的 vw/vh/vm(視口大小, Webkit, [2011-01-18], (原始内容存档于2013-03-08)
- Storey, David. 第一個到11的瀏覽器(除非Chrome先到). Opera. 2010-11-23 [2010-11-23]. (原始内容存档于2010-12-08).
- Haavard, New 10.70 snapshot with more Presto updates, Opera, 2010-08-09, (原始内容存档于2010-08-19)
- Haavard, Opera 10.70 - Presto更新, Opera, 2010-08-03, (原始内容存档于2010-08-06)
- CSS Multi-column Layout Module support in Opera Presto 2.8. Opera. 2011-03-06 [2011-03-06]. (原始内容存档于2011-03-13).
- Koch, Peter-Paul, 「:before/:after」與「content」, Quirksmode, [2011-01-14], (原始内容存档于2011-01-10)
- Opera 7-9.2的「em」值的量子化錯誤, (原始内容存档于2008-03-21)
- Prince: 未支援的CSS 2.1機能, YesLogic, [2011-01-11], (原始内容存档于2010-11-28)
外部链接
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads