[wp-trac] [WordPress Trac] #22712: Admin using deprecated valign attribute
WordPress Trac
noreply at wordpress.org
Fri Jan 24 17:09:54 UTC 2014
#22712: Admin using deprecated valign attribute
--------------------------+-----------------------------
Reporter: josh401 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Template | Version: 3.4.2
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+-----------------------------
Comment (by azaozz):
Looking at this again: most of the `valign="top"` are in `table.widefat`.
There is already
{{{
.widefat td {
vertical-align: top;
}
}}}
that covers almost all cases, and all of the th have vertical-align set.
Don't think we need to add new alignment classes. Better to remove all
`valign` and if something goes out of vertical alignment, can target it
directly in css.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/22712#comment:27>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list