Details
Description
If the Xdoc table doesn't have the align-attribute set, the produced xhtml gets this attribute: align="center". This is a regression compared to previous behavior.
I think that if no align-attribute is set in the Xdoc source file, then no align-attribute should be output in the xhtml document.
Why is this a regression? I think specifying the alignment explicitly was necessary to guarantee the equivalent rendering to different sinks. Eg fo (used by the pdf plugin) specifies different default values for the align properties, so tables would look different in html and pdf even if produced from the same source document.