Reading Time: 4 minutesEver been the new person on an old project where you were trying to not make things substantially worse? Maybe you need to position an element, but you don’t know what z-index value is safe to use. You don’t want … Continue reading
Tag: CSSOM
CSSOM revisited: Modifying styles with JavaScript a more sane way
Reading Time: 3 minutesWait, what’s the CSSOM? Well, I’ve talked about it in the past; it’s the object model for your styles. I even wrote about how to make a CSSOM analyzer. What I didn’t know then, that I know now, is that … Continue reading
Exploring the CSSOM: Making a CSS Object Analyzer
Reading Time: 4 minutesA while back I wrote about an amazing discovery I’d made in which I learned that stylesheets are part of the DOM. I mentioned some properties to play with for fun and profit, and then heartily went on my way. … Continue reading