「Firefox 3 for developers」修訂間的差異
出自 MozTW Wiki
(→Firefox 3 網站開發人員須知) |
(→Firefox 3 網站開發人員須知) |
||
行 30: | 行 30: | ||
* SVG 的改善 | * SVG 的改善 | ||
: Firefox 3 大大提高了對 SVG 的支援,其中包括:支援了超過兩打的新 filters、好幾個新元素、新屬性,以及其他的改善。 | : Firefox 3 大大提高了對 SVG 的支援,其中包括:支援了超過兩打的新 filters、好幾個新元素、新屬性,以及其他的改善。 | ||
− | * Animated PNG 的支援 | + | * [[Animated PNG support|Animated PNG]] 的支援 |
: Firefox 3 現在支援動態 PNG 格式 (Animated PNG image format) | : Firefox 3 現在支援動態 PNG 格式 (Animated PNG image format) | ||
* [[ping attribute support for anchor element|<a ping>]] 的支援 | * [[ping attribute support for anchor element|<a ping>]] 的支援 |
於 2008年1月5日 (六) 10:37 的修訂
Firefox 3 網站開發人員須知
- Web application 需要更新的地方
- 提供一些應用 Firefox 3 的新功能在 web applications 時可能需要注意的地方。
- Online / Offline 事件
- Firefox 3 支援 WHATWG 的 online/offline event,讓 applications/extensions 可以偵測目前是否有 avtive 的網際網路連線、目前是在線上還是斷線中。
- Alternate style sheet
- Firefox 3 支援 CSS object model alternate style sheet API。(見 Bug 200930)
- Web-based protocol handlers
- 在 Firefox 3,我們可以使用 navigator.registerProtocolHandler() 的方式把 web application 註冊為 protocal handler。
- 使用 Canvas 來「畫」字
- Firefox 3 支援用 mozilla 專用的非標準、實驗中的 API (mozXXX) 來處理 <canvas>
- 支援在 Canvas 使用 transform
- Firefox 3 支援在 <canvas> 上使用 transform() 與 setTransform()
- 使用 microformat
- Firefox 3 現在有 APIs 可以處理 microformat
- Drag / drop 事件
- Firefox 3 支援一種新的 events,在「拖放」開始與結束的時候,可以傳給「拖放操作」的 source node。
- HTML 5 的 focus 相關屬性
- Firefox 3 支援 HTML 5 的 activeElement 與 hasFocus 屬性。
- Offline resources on Firefox
- Firefox 3 現在支援讓 web application 可以要求將 resources 存入快取,以便我們離線時可以執行 web applications。
- CSS 的改善
- Firefox 3 改善了對於 CSS 的支援。
- DOM 的改善
- Firefox 3 的 Dom implimentation 有一些新功能,其中包括:支援了 IE 對 DOM 作的某些 extensions。
- Javascript 1.8 的支援
- Firefox 3 現在支援 Javascript 1.8。(見Bug 380236)
- EXSLT 的支援
- Firefox 3 支援了 a substantial subset of the EXSLT extensions to XSLT。
- SVG 的改善
- Firefox 3 大大提高了對 SVG 的支援,其中包括:支援了超過兩打的新 filters、好幾個新元素、新屬性,以及其他的改善。
- Animated PNG 的支援
- Firefox 3 現在支援動態 PNG 格式 (Animated PNG image format)
- <a ping> 的支援
- Firefox 3 現在支援用 <a ping> 去 ping URL,並且預設是 enable 的。