php / web-pecl

The PECL website
http://pecl.php.net
Other
32 stars 31 forks source link

remove deprecated language attribute from <script> tag #7

Closed Gemorroj closed 6 years ago

Gemorroj commented 6 years ago

see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script attribute language is deprecated

cmb69 commented 6 years ago

Thanks! Shouldn't we omit the type attribute?

Gemorroj commented 6 years ago

For HTML5 - yes. But we don't have HTML5.

cmb69 commented 6 years ago

AFAIK, it is not relevant which Doctype we're declaring, but whether the browser is HTML5 compliant. Also, we should switch to HTML5 output soon.

php-pulls commented 6 years ago

Comment on behalf of cmb at php.net:

Thanks! Applied via 61ee1bbd584e0eecb56c57983fb012a494a031c7.