Skip to content

Attribute sorting #232

@Gerych1984

Description

@Gerych1984

Good afternoon. There is an error for <img loading=“lazy”> (maybe somewhere else) in the Html + Vue bundle. For example, there are several images like this that are initially hidden in inactive tabs and as a consequence should not be loaded until the tab is inactive and/or the user scrolls to them. But - in the browser console you can see that they are loaded immediately, as if they don't have the loading=lazy attribute (and vue is the initiator). The vue authors won't fix this and say to just put loading before src (and it work), but this is impossible to do because of forced attribute sorting. Is this sorting so necessary?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions