with syntax (or semantics) sufficiently dense and bizarre that any routine of significant size is too difficult to understand by other programmers and cannot be safely edited.” “
{ margin:0; padding:10; } </style> </head> <body> <div>Foobar</div> </body> </html> <html> <head> <style type="text/css"> body { margin:10; padding:0; } div { margin:0; padding:0; } </style> </head> <body> <div>Foobar</div> </body> </html> Detecting equivalent styles This change does not trigger an error; the rendered result is the same, even though styles differ.