You can view the Pull Request on github:
https://github.com/php/web-php/pull/421

Opened By: mikeschinkel
Pull Request Description:
HTML deprecated table element attributes @cellpadding, @cellspacing, @border, 
@align, etc. so this PR replaces them with CSS classes, selectors and style 
rules.  It also removed a CSS style rule that was being overwritten by the next 
line, it removes an invalid font rule (See 
https://stackoverflow.com/a/20641079/102699), it removes redundant `px` from 
`0px` and it sneaks in a <label> element to wrap an <input> element per 
PhpStorm's code inspection instructions.

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to