Skip to content

Blink HTML parser divergence #2168

@gsnedders

Description

@gsnedders

This Blink bug deals with the tests having diverged from upstream; some of this is deliberate divergence from the spec and AFAIK there are no issues here for that.

Some issues:

  • viewTarget attribute normalisation is gone. (It's dropped from SVG 2.0 and has never had its rendering implemented in any browser.)
  • filterRes attribute normalisation is gone. (It's sorta gone from the spec and dropped from Gecko as well as Blink (though maybe only at the parser level from Blink?).
  • A bunch of SVG fonts stuff is gone (again, attribute normalisation).

I don't know how much else is intention deviations from the spec as opposed to being out of date with the spec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    interopImplementations are not interoperable with each othertopic: parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions