Skip to content

selector 'input, button' -> fatal error #15

@bkdotcom

Description

@bkdotcom

the conversion process goes something like

step 1:
input|descendant-or-self::button

step 2:
input|descendant-or-self:input[@type="button"]

which is
a) invalid
b) not what I wanted (wanted <button>, not input[type="button"])

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