• NumG@sopuli.xyz
    link
    fedilink
    arrow-up
    35
    arrow-down
    3
    ·
    2 days ago

    I am in doubt. That wouldn’t even compile. But who am I to think somebody changing something like this would actually do a test compilation afterwards…

    • dan@upvote.au
      link
      fedilink
      arrow-up
      43
      ·
      edit-2
      1 day ago

      HTML isn’t compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with data- (e.g. <div data-foo="test">) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.