A Simple Example

The "text-align" property is used by CSS, XSL and SVG

But, the accepted values are different:

CSS 2.1 CSS 3.0 XSL 1.1 SVG 1.2
left left left*
right right right*
center center center center
justify justify justify justify
start start start
end end end
inside
outside
<string> <string>

where the '*" on "left" and "right" mean that XSL treats these as "start" and "end" respectively

1