Comment by Kerrick

20 days ago

Arguably, that would be misuse of the semantic meaning of "section." While <section> is nearly as generic as <div>, they should always have a heading of their own. The author's <swim-lane> already has a nested <section> with its own <h2>, but the <swim-lane> itself doesn't get (or need) its own even-higher heading.

And since that would drive us to <div>, I don't see any value in <div class="swim-lanes"> over <swim-lanes>.

Web components come with additional complexity, heavy use of custom element definitions are more complicated to manage.

It’s more than just an aesthetic preference

But if you’re not really using web components it’s harmless but it’s a bit odd and pointless.

  • HTML had custom elements before Web Components (the complex modern JavaScript & Shadow DOM thing) came into being. https://www.w3.org/TR/2016/WD-custom-elements-20160523/

    • In case you’ve forgotten this is a thread on an article about web components.

      If the underlying premise of your point was entirely independent of web components you’ve done pretty poor job of communicating it.

      So you actually do that? Use custom elements without web components instead of using classes? Are you using in something like react with custom elements foregoing type safety to avoid a div element? Or is this just in plain HTML? How many custom elements does your typical web project have?

      Or are you fixating on an irrelevant technicality to make an irrelevant point?

      2 replies →