Hello again,

I've been wondering: how does mozilla's layout avoid potential css
loops? Take this two css rules:

div[style="color:blue"] {color:red}
div[style="color:red"] {color:blue}

Admittedly, this would not exactly be a sensible thing to do. But what
prevents a sensibility-lacking individual from generating a loop in
which a div's color is set to blue which the css-handling
functionality then sets to red which is then set back to blue again
and so on, ad infinitum? Sorry if it's a bit of a silly question...

Manu
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to