Open skyclouds2001 opened 5 days ago
<stop>
<script>
<style>
stop-color
<color>
currentcolor
<icccolor>
see also https://github.com/mdn/data/pull/782 and https://github.com/mdn/browser-compat-data/pull/25131
Preview URLs
/en-US/docs/Web/SVG/Attribute/stop-color
/en-US/docs/Web/SVG/Attribute/stop-opacity
/en-US/docs/Web/SVG/Element/stop
(comment last updated: 2024-11-23 04:48:21)
Description
<stop>
element also accept<script>
&<style>
as children, see spec and the following sample codestop-color
is only<color>
(currentcolor
is already included by<color>
, there is no info of<icccolor>
)sample
```xml ```Motivation
Additional details
Related issues and pull requests
see also https://github.com/mdn/data/pull/782 and https://github.com/mdn/browser-compat-data/pull/25131