?
This document uses PHP Chinese website manual Release
HTML<s>
元素 使用刪除線來渲染文本。使用 <s>
元素來表示不再相關(guān),或者不再準(zhǔn)確的事情。但是當(dāng)表示文檔編輯時(shí),不提倡使用 <s>
;為此,提倡使用 <del>
和 <ins>
元素。
內(nèi)容類別 | Phrasing content or flow content. |
---|---|
允許的內(nèi)容 | Phrasing content. |
標(biāo)記遺漏 | 沒有,起始和結(jié)束標(biāo)簽都是強(qiáng)制性的。 |
允許父級 | 任何接受 phrasing content 的元素。 |
允許ARIA角色 | 任何 |
DOM界面 | HTML元素 |
這個(gè)元素只包含全局屬性。
實(shí)現(xiàn)注意事項(xiàng):截至Gecko 1.9.2,F(xiàn)irefox實(shí)現(xiàn)了HTMLSpanElement
這個(gè)元素的接口。
<s>Today's Special: Salmon</s> SOLD OUT<br> <span style="text-decoration:line-through;">Today's Special: Salmon</span> SOLD OUT
Today's Special: SalmonSOLD OUT
Today's Special: SalmonSOLD OUT
Specification | Status | Comment |
---|---|---|
HTML Living StandardThe definition of 's element' in that specification. | Living Standard | |
HTML5The definition of 's element' in that specification. | Recommendation |
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic Support | (Yes) | (Yes) | 11 | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic Support | (Yes) | (Yes) | (Yes) | 11 | (Yes) | (Yes) | (Yes) |