Skip to content

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

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions