Skip to content

Ignore leading and trailing white space inside certain or all attributes? #153

@lonewarrior556

Description

@lonewarrior556

I am having issues since these elements are not considered equivalent?

<div style=" "></div>
<div style=""></div>

<div style="color:red "></div>
<div style="color:red"></div>

<div style=" color:red"></div>
<div style="color:red"></div>

<div style=" color:red "></div>
<div style="color:red"></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions