Skip to content

valid html attributes #173

@hedgehed

Description

@hedgehed

instead of <a rel="some_id" ..> is better to use <a data-rel="some_id" ...> because "rel" is relation attribute, what can contain only one of predefined strings.

Also in the script: blah.attr("data-rel"..

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