Closed Joris-van-der-Wel closed 9 years ago
I don't think the spec explicitly states this, but it is how all the browsers seem to behave.
Try this:
node.style.cssText = 'color:'; node.style.cssText === ''; node.style.cssText = 'color: red/*'; node.style.cssText === ''; // etc
published version 0.2.27 with this fix
I don't think the spec explicitly states this, but it is how all the browsers seem to behave.
Try this: