- From: Rob Buis <rwlbuis@gmail.com>
- Date: Thu, 19 May 2011 17:32:05 -0400
- To: www-svg@w3.org
Hi www-svg, WebKit has a bug about a potential disabled attribute on <style>: https://bugs.webkit.org/show_bug.cgi?id=52130 (Support 'disabled' attribute on SVGStyleElement) The logic is that the specification says: "SVG's ‘style’ element has the same attributes as the corresponding element in HTML (see HTML's ‘style’ element)." and HTML 4.0.1 seems to have the disabled attribute/property as part of the DOM interface: http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-16428977 Before implementing this, is this a valid bug report? A quick test on Opera and FF to query the disabled property on the style element returned 'undefined'. Rob.
Received on Thursday, 19 May 2011 21:32:33 UTC