Fix ALIGN attribute on TABLE.

This commit is contained in:
Michael Drake 2015-08-14 21:26:47 +01:00
parent 844e599a22
commit cad9f1f8c4
1 changed files with 2 additions and 0 deletions

View File

@ -2746,6 +2746,8 @@ node_presentational_hint_float(nscss_select_ctx *ctx,
/** \todo input[type=image][align=*] - $11.3.3 */
if (!dom_string_caseless_lwc_isequal(node_name,
corestring_lwc_table) &&
!dom_string_caseless_lwc_isequal(node_name,
corestring_lwc_applet) &&
!dom_string_caseless_lwc_isequal(node_name,
corestring_lwc_embed) &&