[Bug 19564] Data Type:center causes weirdness

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19564

Dominique Hazael-Massieux <dom@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dom@w3.org

--- Comment #1 from Dominique Hazael-Massieux <dom@w3.org> ---
Fixed; the CSS Property Value was using the name of the value between < and >,
which was then interpreted by mediawiki in <center> in the case of the center
value.

I escaped the first "<" with <nowiki>, and it seems to be doing the trick:
http://docs.webplatform.org/w/index.php?title=Template%3ACSS_Property_Value&diff=14603&oldid=11354
http://docs.webplatform.org/wiki/css/properties/-ms-flex-pack

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 17 October 2012 07:39:13 UTC