[wp-trac] [WordPress Trac] #15938: HTML5 Obsolete Attribute
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 21 18:38:50 UTC 2010
#15938: HTML5 Obsolete Attribute
-------------------------+-------------------------------------------------
Reporter: tomchen1989 | Owner: tomchen1989
Type: defect | Status: new
(bug) | Milestone: Awaiting Review
Priority: normal | Version: 3.0.3
Component: Validation | Keywords: HTML5,Validation,Obsolete,Attribute
Severity: minor |
-------------------------+-------------------------------------------------
general-template.php line 1135:
{{{
$calendar_output = '<table id="wp-calendar" summary="' .
esc_attr__('Calendar') . '">
}}}
When I checked the page with [http://validator.w3.org/ W3C Markup
Validation Service], I got a warning saying that the "summary" attribute
is obsolete in HTML5.
So I suggest you removing this "summary" attribute, it is not necessary at
all and a obsolete attribute.
Thank you!
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15938>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list