- From: Lea Verou <notifications@github.com>
- Date: Tue, 07 Dec 2021 09:02:19 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 December 2021 17:02:32 UTC
There is precedent in the Web Platform for having an abstract base class with shared API and subclasses that correspond to specific tag names: `HTMLMediaElement` contains the shared behaviors between `<audio>` and `<video>`, whereas the base class does not correspond to a tag name, because it cannot be used directly. I wonder if a similar architecture would be more appropriate here than introducing a new element with no concrete semantics? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/680#issuecomment-988109571
Received on Tuesday, 7 December 2021 17:02:32 UTC