Hamish Willee
Hamish Willee
Thanks @Rumyra - fixed/answered. Ready for re-review.
Yes, excellent idea. As and aside, it might also be good to have docs on how to move buffers and other resources efficiently. Specifically cooperative sharing of resources by transferring...
Yes, there is quite a lot missing in this area. But then almost none of the SVG properties are individually documented. I'll do this particular property and then come back...
My test code for .disabled (a note) [test_svgstyleelement.zip](https://github.com/mdn/content/files/9231434/test_svgstyleelement.zip) FF appears to omit media and type values. To check with FF team. - Chrome output for the SVGStyleElement properties in console...
@schalkneethling Something to discuss ...
I'm going to close this (after Joe replies) because the time taken for this to be "supported" is still open ended (and as Joe says, might not be quite this...
@teoli2003 PS I merged the original docs for this as part of an FF release project. Did not appreciate at that time that a non-pref implementation was required.
No, the information is correct. When you run the code you get the reference error. If the value was undefined this would be logged.  I don't know why the...
@vmeet24 If the value was initialized to `undefined` you would not get _any_ error, as `undefined` is a valid value to log or access. The fact you get a `ReferenceError`...
MDN has wasted endless time on this point. I am pretty sure that whatever we do someone will complain. I _think_ the right way to address this might be to...