mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.23k stars 22.5k forks source link

Fix syntax for svg stop-related features #36885

Open skyclouds2001 opened 5 days ago

skyclouds2001 commented 5 days ago

Description

  1. SVG <stop> element also accept <script> & <style> as children, see spec and the following sample code
  2. the syntax for stop-color is only <color> (currentcolor is already included by <color>, there is no info of <icccolor>)
  3. add link to the similar CSS property
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

github-actions[bot] commented 5 days ago

Preview URLs

(comment last updated: 2024-11-23 04:48:21)