Re: [webcomponents] Disallow attachShadow(...) for some elements. (#110)

@rniwa it seems there's a large number of HTML elements it would be totally fine to use shadow DOM on. `<h1>` and friends, `<section>` and friends, `<var>` and friends, `<blockquote>`, `<div>`, `<span>`... It makes sense to avoid controls for now and anything with somewhat weird semantics (e.g., `<template>`), but in general I think we should allow it.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/110#issuecomment-148634611

Received on Friday, 16 October 2015 07:14:39 UTC