User "DieBuche" posted a comment on MediaWiki.r93261.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93261#c20180
Commit summary:

Save css optimizations for modern css ( margin: 0 0 0 0 to margin: 0 etc.)

Comment:

Stuff like margin: 0; has been valid since CSS 1 ( Quote from 
http://www.w3.org/TR/CSS1/#margin:  If four length values are specified they 
apply to top, right, bottom and left respectively. If there is only one value, 
it applies to all sides, if there are two or three, the missing values are 
taken from the opposite side. ) and this very basic stuff is implemented in all 
browsers who claim at least CSS1 support.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to