?
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
HTML<s>
元素 使用刪除線來渲染文本。使用 <s>
元素來表示不再相關,或者不再準確的事情。但是當表示文檔編輯時,不提倡使用 <s>
;為此,提倡使用 <del>
和 <ins>
元素。
內(nèi)容類別 | Phrasing content or flow content. |
---|---|
允許的內(nèi)容 | Phrasing content. |
標記遺漏 | 沒有,起始和結(jié)束標簽都是強制性的。 |
允許父級 | 任何接受 phrasing content 的元素。 |
允許ARIA角色 | 任何 |
DOM界面 | HTML元素 |
這個元素只包含全局屬性。
實現(xiàn)注意事項:截至Gecko 1.9.2,F(xiàn)irefox實現(xiàn)了HTMLSpanElement
這個元素的接口。
<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) |