[wp-trac] [WordPress Trac] #22712: Plugins admin pages options using v-align top
WordPress Trac
noreply at wordpress.org
Mon Dec 10 20:19:57 UTC 2012
#22712: Plugins admin pages options using v-align top
--------------------------+------------------------------
Reporter: josh401 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Validation | Version: 3.4.2
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by SergeyBiryukov):
Replying to [comment:4 josh401]:
> I just went back through my admin panel code... and no traces of any
usage of '''v-align="top"'''.
Note that it's `valign`, not `v-align`.
Replying to [comment:3 MikeHansenMe]:
> This code can be found throughout the admin core code.
Core indeed uses `<tr valign="top">` in 12 files. In HTML5, the `valign`
attribute on the `tr` element is obsolete. W3C recommends to use CSS
instead: http://www.w3.org/TR/html-markup/tr.html
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22712#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list