Skip to content

Commit

Permalink
Fix info for svg <style> element (#37288)
Browse files Browse the repository at this point in the history
* Fix info for svg `<style>` element

* Apply suggestions from code review

* update
  • Loading branch information
skyclouds2001 authored Dec 22, 2024
1 parent 1eae3d3 commit bc780f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/attribute/media/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ svg {
</tr>
<tr>
<th scope="row">Animatable</th>
<td>Yes</td>
<td>No</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/svg/attribute/type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ SVG elements: {{SVGElement("style")}}, {{SVGElement("script")}}
</tr>
<tr>
<th scope="row">Value</th>
<td>&#x3C;content-type></td>
<td>&#x3C;media-type></td>
</tr>
<tr>
<th scope="row">Animatable</th>
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/svg/element/style/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ svg {

- {{SVGAttr("type")}}
- : This attribute defines type of the style sheet language to use as a media type string.
_Value type_: [**\<string>**](/en-US/docs/Web/CSS/string); _Default value_: `text/css`; _Animatable_: **no**
_Value type_: [**`<media-type>`**](/en-US/docs/Glossary/MIME_type); _Default value_: `text/css`; _Animatable_: **no**
- {{SVGAttr("media")}}
- : This attribute defines to which {{cssxref('@media', 'media')}} the style applies.
_Value type_: [**`<string>`**](/en-US/docs/Web/CSS/string); _Default value_: `all`; _Animatable_: **no**
_Value type_: [**`<media-query-list>`**](/en-US/docs/Web/CSS/@media#syntax); _Default value_: `all`; _Animatable_: **no**
- {{SVGAttr("title")}}
- : This attribute is the title of the style sheet which can be used to switch between [alternate style sheets](/en-US/docs/Web/CSS/Alternative_style_sheets).
_Value type_: [**`<string>`**](/en-US/docs/Web/CSS/string); _Default value_: _none_; _Animatable_: **no**
Expand Down

0 comments on commit bc780f1

Please sign in to comment.