示例
html
<svg viewBox="0 0 240 220" xmlns="http://www.w3.org/2000/svg">
<style>
rect {
fill: black;
}
</style>
<style media="(width >= 600px)">
rect {
fill: seagreen;
}
</style>
<text y="15">Resize the window to see the effect</text>
<rect y="20" width="200" height="200" />
</svg>
用法說明
| 值 |
<media-query-list>
|
|---|---|
| 預設值 | all |
| 可動畫的 | 否 |
<media-query-list>-
此值包含一個媒體查詢,樣式表必須匹配此查詢才能被應用。
如果未指定,樣式表將無條件應用。
規範
| 規範 |
|---|
| Scalable Vector Graphics (SVG) 2 # StyleElementMediaAttribute |
瀏覽器相容性
載入中…