Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec

Media queries, as described in the Media Queries Level 3 specification, build
on the mechanism outlined in HTML4. The syntax of media queries fit into the
media type syntax reserved in HTML4. The media attribute of HTML4 also exists
in XHTML and generic XML. The same syntax can also be used inside in the
‘@media’ and ‘@import’ rules of CSS.

However, the parsing rules for media queries are incompatible with those of
HTML4 so that they are consistent with those of media queries used in CSS.

HTML5 references the Media Queries specification directly and thus updates the
rules for HTML.

This change is in alignment with Presto and Gecko behavior.

R=apavlov@chromium.org

Review URL: https://codereview.chromium.org/16325005

git-svn-id: svn://svn.chromium.org/blink/trunk@151772 bbb929c8-8fbe-4397-9dbb-9b2b20218538
35 files changed