Skip to content

Unrecognized character reference \"Ü\" #225

@tneumueller

Description

@tneumueller

Versions

html-validator: 5.1.17
Node: 12.16.1

Problem

When validating the string "Ü" with the following options, an error is returned:

await validator({
  validator: 'WHATWG',
  "Ü",
  isFragment: true
})

Error: Unrecognized character reference \"Ü\"

Expected behaviour

No error should be returned, because according to the list of named character references of the HTML spec, Ü is a valid character sequence.

The same is true for both Ä and Ö, but not for their lower case counterparts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions