Skip to content

Commit

Permalink
Drop SVGStylable as unimplemented
Browse files Browse the repository at this point in the history
The SVGStylable interface as such has had no shipping implementation for
years. The current BCD data indicates it was previously in Firefox but
removed years ago, and was (maybe) part of (pre-Blink) Edge. It was
also apparently once part of Webkit, but in 2013 was removed in
https://trac.webkit.org/changeset/140265/webkit, with change message:

> SVG2 changes element inheritance so all SVGElements are stylable. As
> a first-step towards a cleaner class hierarchy, this patch moves
> SVGStylable into SVGStyledElement.

https://developer.mozilla.org/en-US/docs/Web/API/SVGStylable already has
it marked as deprecated.

Related: mdn#6768
  • Loading branch information
sideshowbarker committed May 20, 2021
1 parent 4db72ee commit d302fbc
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions api/SVGStylable.json

This file was deleted.

0 comments on commit d302fbc

Please sign in to comment.