Not all properties should be inherited
See original GitHub issueDescription
Not all properties should be inherited: https://www.w3.org/TR/SVG11/propidx.html
Example data
SvgElementStyle.cs
SvgVisualElement.cs
SvgVisualElementStyle.cs
SvgGradientStop.cs
Used Versions
SVG 1.1 (Second Edition) – 16 August 2011
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
CSS inheritance: inherit, initial, unset, and revert
When you set inherit on a CSS property, the property takes the value from the element's parent. This applies not only to inheritable...
Read more >Why are not all properties inherited/accessible from the ...
In all the books/materials that I've read, they talk about in universal, absolute terms that all instances of an object inherit and have...
Read more >Why inherit a class without adding properties?
5 Answers 5 · 7. "you can only inherit from one class, but you can implement many interfaces." That's not true of every...
Read more >Inheritance - CSS: Cascading Style Sheets - MDN Web Docs
In CSS, inheritance controls what happens when no value is specified for a property on an element.
Read more >[Proposal] Display all properties (inherited or not) of a ...
What I would like to be able to do in VS Code is displaying all properties, inherited or not, available for the class...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@H1Gdev Currently not.
I know that Attribute implementations is very strange, including
inherit
behavior. (Especially if using<use>
.)I have organized it in several PRs, but it is still halfway. This issue will be fixed in the future, but please be patient.