热门问题
时间线
聊天
视角

瀏覽器引擎CSS支援比較

维基媒体列表条目 来自维基百科,自由的百科全书

Remove ads

以下的表格顯示一些瀏覽器引擎對於CSS的兼容性與支援的比較。想獲得更多訊息,請參照各產品的項目。此項目不見得包含所有的功能也不見得有最新消息。除非以附註指出特例,這裡以未加裝任何套件或是其他程式的穩定版本進行比較。

表格说明

引擎命名

這裡使用後端的引擎名而不是瀏覽器的名稱。使用各瀏覽器引擎的瀏覽器如下表所示。

更多信息 排版引擎, 发行版本 ...
  1. chromium / chromium/blink. chromium.googlesource.com. Google. [2014-05-27].
  2. 在Konqueror中,用户可以切换排版引擎。
  3. WebKit Nightly Builds. webkit.org. [2014-05-27].


Remove ads

取值

以下各格的顏色表示該排版引擎的最新版本或指定版本(如果给出版本号的话)對該功能的支援程度。没有取值的版本號表示该排版引擎首次完全支援該功能。

更多信息 取值, 含义 ...

CSS版本支援

想了解各版本的CSS差異,請參考項目CSS。 本表格不以CSS2.0為準,因為存在取代它的CSS2.1。CSS2.1修正了部份CSS2.0的錯誤,刪除了不被CSS社區接受的功能。大部分被刪除的功能將會出現在CSS3。

更多信息 Trident, Gecko ...

語法與規則

更多信息 Trident, Gecko ...
Remove ads

Trident語法與規則附註

  1. !important — 7.0之前,!important並不會蓋掉在同一個宣告區的後面的規則。
  2. @import — 8.0之前,不支援媒體形態。使用@import <URL> <MEDIA>,則IE會要求此URL:「<URL> <MEDIA>」,包括url()及URL裡的引號。無法匯入超過35的樣式表。


Presto語法與規則附註

  1. @import — 儘管Gecko、WebKit及iCab會立即下載所有樣式表,Opera只下載媒體名為「handheld」、「print」、「projection」、「screen media」、「speech」(當聲音功能在啟動狀態)、「tv」(電視裝置)。文字瀏覽器模擬模式僅為一個使用者樣式表而不用媒體形態「tty」。這是符合不支援CSS的老舊文字瀏覽器的。

選擇器

更多信息 Trident, Gecko ...
Remove ads

一般選擇器附註

  1. :read-only:read-write — Presto與KHTML皆不正確地處理有contenteditable屬性的元素。

Trident選擇器附註

  1. :active — 8.0之前,Trident僅支援超連結元素。
  2. :hover — 7.0之前,Trident僅支援超連結元素。
  3. .one.two — 7.0之前,被當成.two類別選擇器處理。
  4. * — 7.0之前這代表「一個或是沒有元素」。
  5. [attr] — 當屬性是colspan的時候,選出所有表格內的td元素及th元素(有沒有之的有colspan屬性都一樣)。[t 7]這可能不是一個bug,因規格存在模稜兩可的解釋。[t 8]
  6. :first-letter:first-line — 在6.0,:first-letter與其他rules一起使用的時候可能有問題。[t 9]在8.0,在:first-line:first-letter宣告內的有!important的rules會被省略。[t 10]

Gecko選擇器附註

  1. (:):before, (:):after — 在1.9.1之前,有些屬性不能使用(這是CSS2.0的過期解釋)。[g 8]

WebKit選擇器附註

  1. :lang() — 只對寫上lang屬性的元素有效,屬性不繼承。
  2. (:):first-linetext-transform不在此擬元素上作用。[w 8]
  3. (:):before/after — 有些樣式無法使用於:before:after擬元素之上,如動畫與轉變。[w 9]

Presto選擇器附註

  1. :target — 在2.5之前,樣式在以向前向後按鈕瀏覽的時候不作用。

屬性

更多信息 Trident, Gecko ...

一般屬性附註

  1. text-decoration — Gecko或Webkit的底線有可能會畫過行級(@@inline翻譯)取代元素(例如圖片)。

Trident屬性附註

  1. margininherit繼承未計算值然後再計算一次而不是直接繼承計算後的值。[t 20]
  2. display — 7.0之前,支援無誤的只有noneblockinlinetable-header-grouptable-footer-group。8.0之前,沒支援run-intable,而inline-block僅支援在行級元素上。
  3. overflow — 7.0之前,overflow: visible;支援的不正確。在8.0,scroll將該元素的高度調至max-height,就算內容並沒有這麼高。[t 21]
  4. visibility — 8.0之前,未支援「visibility: collapse;」。在8.0,visibility: hidden;的塊元素(@@block翻譯)中「visibility: visible;」的行級元素不被顯示。[t 22]
  5. content — 在8.0,attr()的算後值不在屬性(attribute)變更時被更新。[t 23]
  6. border-color — 7.0之前,不支援transparent
  7. border-style — 8.0之前,不支援hidden
  8. border-style — 7.0之前,dotted被顯示成dashed
  9. box-shadow — 9.0之前,trident支援自從5.5就有的類似的專有屬性「Shadow」[t 24]及「DropShadow」[t 25]過濾器。
  10. position — 7.0之前,未支援固定配置。7.0跟之後版本只在標準模式的時候支援。
  11. z-index — 8.0之前,僅部份支援z-index[t 26]在8.0,除了整數以外也支持浮點數。[t 27]
  12. list-style-type — 8.0之前,不支援armeniandecimal-leading-zerogeorgianlower-greeklower-latinupper-latin
  13. opacity — 9.0之前,Trident支援一個專有的替代屬性。[t 28]
  14. background-image — 8.0之前,背景圖片在某些情況下被處理的很糟。[t 29][t 30]
  15. background-attachment — 7.0之前,fixed只被允許使用在body元素上。
  16. background-position — 8.0之前,不支援固定配置。
  17. font-weight — 8.0之前,當取值為600顯示不正確。[t 31]
  18. text-align — 在8.0,text-align不被:before:after擬元素繼承。[t 32]
  19. white-space — 6.0之前,不支援pre。8.0之前,僅部份支援white-space:不支援pre-linepre-wrap[t 33]
  20. writing-mode — Trident支援過期的取值lr-tbtb-rltb-lr等等。[t 34]這些取值作用在direction上。這是與Webkit不同的行為。
  21. cursor — 仍作用於沒前輟的瀏覽器擴充。

Gecko屬性附註

  1. display — 不支援run-in[g 37]1.9之前,不支援「inline-table[g 38]」與「inline-block[g 39]」。
  2. z-index — 1.9之前負數的支援情況不佳。
  3. quotes — 1.8之前不支援巢狀引用。[g 40]
  4. content — 1.9之前不支援「none」。此屬性不作用在一般元素(非擬元素),不符合《CSS 3 生成內容與取代內容模組》。
  5. background-position — 1.7以前的版本使用CSS2語法,非CSS2.1的擴充語法。
  6. font-size-adjust — 1.9之前,僅在視窗版支援。
  7. font-weight — 就算裝了一個字型的Light或Heavy/Black字模,除非使用Gecko 2.0在Windows 7或Windows Vista的DirectWrite,僅Regular與Bold會被使用。
  8. white-space — 1.9.1之前不支援pre-line。1.9之前,以-moz-pre-wrap實驗性地支援pre-wrap的功能。
  9. visibility — 1.8之前不支援collapse
  10. border-radius — 1.9.1之前,邊框的曲線是圓形而不是同現在CSS3草案記載的橢圓曲線,短宣告border-radius的順序是「左上 右上 右下 左下」而不是W3C的「右上 右下 左下 左上」。當邊框的樣式是點線(dotted)破折線(dashed),曲線總是顯示實線為。[g 41]
  11. page-break-before; page-break-after — 僅支援「always」與「auto」。

WebKit屬性附註

  1. font — 不支援讓設計師根據使用者作業系統呈現結果的系統字型關鍵字。
  2. font-weight — 就算裝了一個字型的Light或Heavy/Black字模,僅Regular與Bold會被使用。
  3. page-break-before; page-break-after — 僅支援「always」與「auto」。
  4. white-space — 522之前,不支援「pre-line」與「pre-wrap」。
  5. visibility — 522之前不支援「collapse」,這個值的實作跟「hidden」一樣,因此不合標準。[w 27]
  6. content — 不支援「none」、「open-quote」、「close-quote」、「no-open-quote」、「no-close-quote」及「normal」,且此屬性不作用在一般元素(非擬元素),不符合《CSS 3 生成內容與取代內容模組》。
  7. font-size — 「font-size」屬性不見得吃0這個值,就算用「font-size: 0px」,文字還是看得見。

KHTML屬性附註

  1. overflow — 不支援取值「scroll」與「auto」。
  2. page-break-before; page-break-after — 3.5之前僅支援「always」與「auto」。
  3. visibility — 支援所有的屬性,但「collapse」這個值的實作跟「hidden」一樣,因此不合標準。

Presto屬性附註

  1. counter-increment, counter-reset — 使用推薦標準版本(CSS2)的演算法。
  2. background-position — Presto在Opera 8.0以前的版本使用CSS2語法,非CSS2.1的擴充語法。
  3. font-weight — 當取值為600顯示不正確,與以Trident為對象設計的網站兼容。
  4. visibility — 2.5之前,在表格列裡不支援「collapse」這個值,在表格行裡,這個值呈現與「hidden」同樣的效果因此不合標準。
  5. cursor — 「cursor」不支援動態擬類別,且不支援自定游標。
  6. content — 不支援取值「none」。[p 5]
  7. font — 不應該吃「inherit」跟一個「font-size」取值的情形,這應該被當作語法錯誤並丟棄,但Opera接受這種狀況。

Prince XML屬性附註

  1. visibility — 不支援取值「collapse」。[r 1]
  2. list-style — 不支援取值「armenian」與「georgian」。[r 1]
  3. content — 不支援取值「open-quote」與「close-quote」。[r 1]

取值與單位

更多信息 Trident, Gecko ...

取值與單位一般附註

  1. transparent

    CSS1引入了「transparent」當作「background-color」的一個值。 (页面存档备份,存于互联网档案馆) CSS2開始允許「border-color」使用「transparent」。《Open eBook(tm) Publication Structure 1.0.1》[OEB101]擴張了「color」屬性使其也吃關鍵字「transparent」。CSS3擴張了顏色的取值使其包含關鍵字「transparent」,使得所有吃<value>的屬性都可以使用這個值,這也簡化了這些屬性在CSS3的定義。

  2. <angle> — 不支援 turn

取值與單位Trident附註

  1. rect() — 8.0之前,不支援用逗號的正確語法。
  2. auto — 在 Quirks mode(IE5模擬模式),auto不作用在除了表格元素之外的margin屬性上。
  3. transparent — 設color屬性為transparent則字會呈現為黑色。
  4. transparent — 7.0之前,不支援在邊框上的transparent(呈現為實心黑色),且在PNG圖像上被省略。

取值與單位Gecko附註

  1. <ch> — 版本1.9.1之前,用「M」的字形寬度 而非「0」的字形寬度。[g 45]

取值與單位Presto附註

  1. <number> — 2.1之前,對於大於20.47的值曾有一個量子化錯誤(不只是em,其他非像素單位也一樣)。[p 6]
  2. transparent — 當使用屬性 outline-color時此關鍵字會被忽略。版本2.2之前,同樣的情形也發生在屬性colortext-shadow

一般附註

一般Trident附註

  1. -ms- — 所有實驗中的選取器、屬性、值都有「-ms-」作為前輟。例如:是-ms-interpolation-mode而不是interpolation-mode

一般Gecko附註

  1. -moz- — 所有實驗中的選取器、屬性、值都有「-moz-」作為前輟。例如:是::-moz-selection而不是::selection

一般WebKit附註

  1. -webkit- — 所有實驗中的選取器、屬性、值都有「-webkit-」作為前輟。例如:是-webkit-box-shadow而不是box-shadow

一般KHTML附註

  1. -khtml- — 所有實驗中的選取器、屬性、值都有「-khtml-」作為前輟。例如:是-khtml-opacity而不是opacity


一般Presto附註

  1. -o- — 所有實驗中的選取器、屬性、值都有「-o-」作為前輟。例如:是-o-transition-property而不是transition-property
  2. -xv- — 所有實驗中的《CSS3口說模組(@@翻譯)》選取器、屬性、值都有「-o-」作為前輟。例如:是-xv-voice-rate而不是voice-rate


瀏覽器自定樣式的DOM表現

  1. 實驗中的CSS瀏覽器自定屬性的對照DOM屬性沒有連字號,且第一個字母為大寫。例如:element.style.MozBorderRadius對應於-moz-border-radius屬性、element.style.OTransform對應於-o-transform屬性。

參見

規格

  1. CSS Paged Media Module Level 3 - Margin Boxes, W3C, [2013-03-03], (原始内容存档于2013-03-09)
  2. CSS選擇器等級3, W3C, [2011-01-11], (原始内容存档于2018-01-28)
  3. CSS 3 盒子模型(@@翻譯)模組, W3C, [2011-01-14], (原始内容存档于2018-07-22)
  4. CSS 3 背景與邊框模組, W3C, [2011-01-14], (原始内容存档于2011-01-10)
  5. CSS 3 行模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
  6. CSS 3 生成內容與取代內容模組, W3C, [2011-01-14], (原始内容存档于2010-12-27)
  7. CSS 3 列模組, W3C, [2011-01-14], (原始内容存档于2011-04-28)
  8. CSS 3 色彩模組, W3C, [2011-01-14], (原始内容存档于2010-12-14)
  9. CSS 3 字型模組, W3C, [2011-01-14], (原始内容存档于2011-01-01)
  10. CSS 3 文字模組, W3C, [2011-01-11], (原始内容存档于2010-12-23)
  11. CSS Text Decoration Module Level 3, W3C, [2013-03-03], (原始内容存档于2013-03-20)
  12. CSS 3 書寫模式模組, W3C, [2011-01-11], (原始内容存档于2010-12-14)
  13. CSS 3 基本使用者界面模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
  14. CSS 3 換頁媒體模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
  15. CSS 3 語音模組, W3C, [2011-01-14], (原始内容存档于2010-12-01)
  16. 媒體查詢, W3C, [2011-01-14], (原始内容存档于2010-02-11)
  17. CSS 3 Ruby模組, W3C, [2011-01-14], (原始内容存档于2011-01-01)
  18. CSS 3 多欄排版模組, W3C, [2011-01-14], (原始内容存档于2011-04-29)
  19. CSS 3 動畫模組, W3C, [2011-01-14], (原始内容存档于2010-12-25)
  20. CSS 3 2D變換模組, W3C, [2011-01-14], (原始内容存档于2011-02-01)
  21. CSS 3 3D變換模組, W3C, [2011-01-14], (原始内容存档于2011-02-01)
  22. CSS 3 轉變模組, W3C, [2011-01-14], (原始内容存档于2011-01-10)
  23. CSS3 彈性盒排版(@@翻譯)模組, W3C, [2011-01-14], (原始内容存档于2012-10-19)
  24. CSS 3 彈幕模組, W3C, [2011-01-14], (原始内容存档于2010-12-28)
  25. CSS 3 取值與單位模組, W3C, [2011-01-18], (原始内容存档于2008-04-23)
  26. 系統顏色, W3C, [2011-01-18], (原始内容存档于2008-03-28)
  27. CSS 3 圖像值模組, W3C, [2011-01-18], (原始内容存档于2011-01-22)

Trident相關

  1. 給開發者的Internet Explorer 9 Beta導覽, Microsoft, [2011-01-13], (原始内容存档于2014-03-12)
  2. @keyframes rule (Internet Explorer), Microsoft, [2013-03-03], (原始内容存档于2013-03-05)
  3. :valid pseudo-class (Internet Explorer). Microsoft. [17 November 2012].
  4. :invalid pseudo-class (Internet Explorer). Microsoft. [17 November 2012].
  5. :required pseudo-class (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-10-27).
  6. :optional pseudo-class (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-11-04).
  7. Hopkins, James, (選有「colspan」屬性的TD、TH)屬性選擇器會選出所有TD、TH, [2011-01-11], (原始内容存档于2012-09-08)
  8. Hammond, David, 《IE 8 CSS 2.1支援測試結果》之評論, [2011-01-11], (原始内容存档于2010-12-11)
  9. 臭蟲 - 忽略「:first-letter」, hasLayout.net, (原始内容存档于2010-03-02)
  10. Hopkins, James, 有用!important的屬性質宣告在:first-letter或:first-line裡會被省略, [2011-01-11], (原始内容存档于2016-03-03)
  11. font-feature-settings property (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2014-05-16).
  12. @font-face rule (Internet Explorer). Microsoft. [17 November 2012].
  13. text-shadow property (Internet Explorer). Microsoft. [17 November 2012]. (原始内容存档于2013-07-19).
  14. Multi-column Layout (Internet Explorer). Microsoft. [17 November 2012].
  15. Animations (Internet Explorer). Microsoft. [17 November 2012].
  16. Talbot, 用「inherit」繼承的邊界(margin) - 應該繼承計算後的值, [2011-01-14], (原始内容存档于2012-09-08)
  17. Groot, Sven, 「Overflow: scroll」讓一個元素永遠用它的「max-height」, [2011-01-14], (原始内容存档于2012-09-08)
  18. 「content: attr(x)」不在屬性值更改時被更新, [2011-01-14], (原始内容存档于2012-09-08)
  19. Shadow過濾器, Microsoft, [2011-01-14], (原始内容存档于2011-01-03)
  20. DropShadow過濾器, Microsoft, [2011-01-14], (原始内容存档于2010-12-29)
  21. 配置, [2011-01-14], (原始内容存档于2010-12-29)
  22. Hopkins, James, 「z-index」的語法分析不合法 - 分析為小數而非整數, [2011-01-14], (原始内容存档于2016-03-03)
  23. Alpha過濾器, Microsoft, [2011-01-14], (原始内容存档于2010-12-10)
  24. Koch, Peter-Paul, IE Windows與Opera - 「font-weight: 600」 vs. 「bold」, QuirksMode, [2011-01-14], (原始内容存档于2011-02-10)
  25. Hopkins, James, 「text-align」的值不被擬元素「:before」與「:after」繼承, [2011-01-14], (原始内容存档于2012-09-08)
  26. 自型與文字, Microsoft, [2011-01-14], (原始内容存档于2011-06-05)
  27. 「writingMode」屬性, Microsoft, [2011-01-14], (原始内容存档于2011-01-23)

Gecko相關

  1. Bug 115199 - CSS2中的「@page」無實作, Mozilla, [2011-01-13], (原始内容存档于2012-03-31)
  2. Bug 506554 - Implement the CSS3 pseudo-classes :required and :optional, Mozilla, [2011-01-11], (原始内容存档于2011-06-09)
  3. Bug 312971 - Support :read-only and :read-write pseudoclasses, Mozilla, [2013-03-03], (原始内容存档于2013-02-10)
  4. Bug 561154 - fix specificity of :-moz-any(), Mozilla, [2013-03-03], (原始内容存档于2013-05-02)
  5. Bug 648722 - Add support for :scope as :-moz-scope, Mozilla, [2013-03-03], (原始内容存档于2013-07-31)
  6. Bug 237119 - 「display」屬性在生成內容上會被省略, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
  7. Bug 378217 - implement css3 'border-image' property, Mozilla, [2013-03-03], (原始内容存档于2013-04-03)
  8. Bug 497995 - Implement border-image revisions in latest css3-background, Mozilla, [2013-03-03], (原始内容存档于2012-10-17)
  9. Bug 3512 - (font-stretch) Implement font-stretch property, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
  10. Bug 312156 - implement text-overflow: ellipsis from CSS3 text, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
  11. Bug 249159 - implement 'word-break' properties of CSS3, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
  12. Bug 470547 - CSS3 text-outline尚未支援, Mozilla, [2011-01-11], (原始内容存档于2012-10-24)
  13. Firefox 6 for developers, Mozilla, [2013-03-03], (原始内容存档于2012-05-12)
  14. Bug 145503 - (writing-mode) CSS3 writing-mode (豎排), Mozilla, [2011-01-11], (原始内容存档于2011-06-10)
  15. 實作「box-sizing」(丟掉「-moz-」前輟), Mozilla, [2011-01-14], (原始内容存档于2011-06-10)
  16. Bug 553576 - 實作css 「resize」屬性的功能, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
  17. Bug 132035 - 實作缺少的CSS 2.1功能 - 「page-break-*」, Mozilla, [2011-01-14], (原始内容存档于2012-10-24)
  18. Bug 137367 - 實作「orphans」及「widows」, Mozilla, [2011-01-14], (原始内容存档于2011-08-08)
  19. ruby-position - CSS, Mozilla Developer Network, [2016-03-28], (原始内容存档于2016-03-15)
  20. Bug 684062 - Compare spec and implement CSS multi-column support, Mozilla, [2013-03-03], (原始内容存档于2014-06-06)
  21. Bug 446569 - Implement CSS3 columns shorthand, Mozilla, [2011-01-14], (原始内容存档于2012-05-01)
  22. Bug 549114 - Support Column Breaks, Mozilla, [2013-03-03], (原始内容存档于2014-05-26)
  23. Bug 695222 - Implement column-fill, Mozilla, [2013-03-03], (原始内容存档于2012-06-24)
  24. Bug 616436 - column-span not implemented (css3 multicolumn), Mozilla, [2013-03-03], (原始内容存档于2012-11-11)
  25. Bug 435442 - Implement Webkit's CSS Animation proposal, Mozilla, [2011-01-14], (原始内容存档于2012-10-24)
  26. Bug 505115 - CSS3 3D變換, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
  27. Bug 435441 - 把CSS轉變弄到可以釋出的程度, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
  28. Bug 562073 - 實作css3-flexbox的「box-lines」屬性, Mozilla, [2011-01-14], (原始内容存档于2011-06-09)
  29. Bug 2056 - 「display: run-in」尚無實作, Mozilla, [2011-01-14], (原始内容存档于2012-11-09)
  30. Bug 18217 - 「display: inline-table」無實作, Mozilla, [2011-01-14], (原始内容存档于2011-05-16)
  31. Bug 9458 - (inline-block)實作「inline-block」, Mozilla, [2011-01-14], (原始内容存档于2011-05-16)
  32. Deer Park Alpha 1中給Web Developer的新功能, Mozilla, [2011-01-14], (原始内容存档于2008-07-19)
  33. Bug 363249 - 實作css3-values的「calc()」, Mozilla, [2011-01-18], (原始内容存档于2011-01-22)
  34. Bug 435441 - 實作Webkit的《CSS Transitions》提案, Mozilla, [2011-01-18], (原始内容存档于2011-08-06)

Webkit相關

  1. Bug 15548 - 支援CSS3《CSS3換頁媒體模組》(@page), Webkit, [2011-01-13], (原始内容存档于2014-08-01)
  2. Bug 85062 - Support CSS 3 Paged Media Margin Boxes, WebKit, [2013-03-03], (原始内容存档于2014-08-01)
  3. Bug 38731 - 讓CSS Parser無錯誤地處理頁面專用擬類別, WebKit, [2011-01-11], (原始内容存档于2014-08-03)
  4. Bug 27458 - Support :default HTML5 CSS selector, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
  5. Bug 27357 - Support :valid/:invalid CSS selectors, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
  6. Bug 29071 - Support for :in-range and :out-of-range CSS selectors, Webkit, [2011-01-11], (原始内容存档于2014-08-03)
  7. Bug 25551 - Support for HTML5 Forms "required" attribute, Webkit, [2011-01-11], (原始内容存档于2013-03-09)
  8. Bug 23209 - [RFE] CSS生成內容不轉變, Webkit, [2011-01-11], (原始内容存档于2013-01-21)
  9. Bug 27578 - 拿掉border-radius屬性的前輟, Webkit, [2011-01-14], (原始内容存档于2014-08-06)
  10. Bug 3234 - CSS2: 提高引用支援(q標籤), Webkit, [2011-01-14], (原始内容存档于2014-03-30)
  11. Bug 15257 - Support CSS 3 font-size-adjust, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
  12. Bug 12530 - CSS3: Support the font-stretch property, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
  13. Bug 63796 - Master: Support CSS3 font feature properties, Webkit, [2013-03-03], (原始内容存档于2016-03-03)
  14. Hyatt, Dave, Text-Stroke介紹, Surfin’ Safari, 2006-12-21 [2011-01-11], (原始内容存档于2011-02-10)
  15. Bug 9475 - CSS3: 增加font-effect: outline支援, WebKit, [2011-01-11], (原始内容存档于2014-08-05)
  16. Bug 18109 - 實作懸吊標點(@@暫翻), Webkit, [2011-01-11], (原始内容存档于2014-08-05)
  17. Bug 46123 - 增加所有排版機制的writing-mode支援(主bug), WebKit, [2011-01-11], (原始内容存档于2014-08-05)
  18. Bug 48538 - 支援CSS「text-combine」屬性, WebKit, [2011-01-11], (原始内容存档于2016-03-04)
  19. Bug 10894 - CSS 「size」屬性尚未支援, Webkit, [2011-01-14], (原始内容存档于2014-08-05)
  20. Bug 46827 - AX: 實作CSS3 Speech 「speak」, WebKit, [2011-01-14], (原始内容存档于2014-08-04)
  21. Bug 15552 - Support CSS3 column-break-before and column-break-after, WebKit, [2011-01-14], (原始内容存档于2014-08-01)
  22. Bug 15550 - WebKit does not support CSS3 column-span:, Webkit, [2011-01-14], (原始内容存档于2014-08-03)
  23. 以「-webkit-marquee」轉動文字, Ajnaware, 2008-08-14 [2011-01-14], (原始内容存档于2010-12-11)
  24. Bug 16662 - CSS3: 實作「calc()」, Webkit, [2011-01-18], (原始内容存档于2014-08-07)

Presto相關

  1. Storey, David. 第一個到11的瀏覽器(除非Chrome先到). Opera. 2010-11-23 [2010-11-23]. (原始内容存档于2010-12-08).
  2. Haavard, New 10.70 snapshot with more Presto updates, Opera, 2010-08-09, (原始内容存档于2010-08-19)
  3. Haavard, Opera 10.70 - Presto更新, Opera, 2010-08-03, (原始内容存档于2010-08-06)
  4. CSS Multi-column Layout Module support in Opera Presto 2.8. Opera. 2011-03-06 [2011-03-06]. (原始内容存档于2011-03-13).
  5. Koch, Peter-Paul, 「:before/:after」與「content」, Quirksmode, [2011-01-14], (原始内容存档于2011-01-10)

Prince XML相關

  1. Prince: 未支援的CSS 2.1機能, YesLogic, [2011-01-11], (原始内容存档于2010-11-28)

外部連結

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads