Re: [svgwg] Limit pattern & gradient attributes that are inheritable using href

We don't currently treat any of the geometric attributes on paint 
servers as presentation attributes.  That avoids the issue with 
whether href cross-references should inherit computed style values.  

So the attribute inheritance can be done by a simple list of 
attributes, and checking for whether the current element has the 
attribute specified, no need to deal with cascade & used values.  I'm 
going to add similar lists of propagated attributes to all the other 
paint server types.

The same edits will synchronize the text with the new [URL & external 
resource processing 
rules](https://github.com/w3c/svgwg/pull/206/commits/efbe8d73885d235ed057327b5461a11fe6d3f7c3)
 and with shadow DOM structure for duplicated nodes.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/121#issuecomment-235783496 using 
your GitHub account

Received on Thursday, 28 July 2016 02:27:19 UTC