「Ping attribute support for anchor element」修訂間的差異
出自 MozTW Wiki
(→參考資料) |
|||
(未顯示同一使用者於中間所作的 1 次修訂) | |||
行 1: | 行 1: | ||
=== Firefox 3 支援 <a ping> 屬性 === | === Firefox 3 支援 <a ping> 屬性 === | ||
− | Firefox 支援在 <a> 元素內使用 ping 屬性。如果某個鏈結有指定 ping 屬性,那麼當我們點擊這個鏈結時,就會將我們按下此鏈結的訊息,透過 post 的方式傳送給 ping 屬性內指定的一或多個 URIs(用空格分隔)。 | + | * Firefox 3 支援在 <a> 元素內使用 ping 屬性。如果某個鏈結有指定 ping 屬性,那麼當我們點擊這個鏈結時,就會將我們按下此鏈結的訊息,透過 post 的方式傳送給 ping 屬性內指定的一或多個 URIs(用空格分隔)。 |
+ | * Firefox 3 的 about:config 內可發現下列設定 | ||
+ | ** browser.send_pings (default: true) | ||
+ | ** browser.send_pings.max_per_link (default: 1) | ||
+ | ** browser.send_pings.require_same_host (default: false) | ||
=== 參考資料 === | === 參考資料 === | ||
+ | # [http://developer.mozilla.org/en/docs/HTML:Element:a HTML:Element:a 原始網頁] | ||
# 這是相當有爭議性的「新功能」,詳見: | # 這是相當有爭議性的「新功能」,詳見: | ||
#*[http://yro.slashdot.org/article.pl?sid=06/01/18/1427212 Firefox 's Ping Attribute: Useful or Spyware?] | #*[http://yro.slashdot.org/article.pl?sid=06/01/18/1427212 Firefox 's Ping Attribute: Useful or Spyware?] |
於 2008年1月7日 (一) 12:45 的最新修訂
Firefox 3 支援 <a ping> 屬性
- Firefox 3 支援在 <a> 元素內使用 ping 屬性。如果某個鏈結有指定 ping 屬性,那麼當我們點擊這個鏈結時,就會將我們按下此鏈結的訊息,透過 post 的方式傳送給 ping 屬性內指定的一或多個 URIs(用空格分隔)。
- Firefox 3 的 about:config 內可發現下列設定
- browser.send_pings (default: true)
- browser.send_pings.max_per_link (default: 1)
- browser.send_pings.require_same_host (default: false)