Skip to content

http-equiv metas should trigger helpful upgrade messages #868

Closed
@jidanni

Description

@jidanni

When encountering

 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

print

 'These days one can just write <meta charset="utf-8">'

In fact tidy already prints

  line 8 column 2 - Warning: discarding unexpected <meta>

about the latter, if it finds both.

Also when encountering

 <meta http-equiv="Content-Language" content="zh-tw">

print

 'These days one can just write ...' etc.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions