popup-info-box-web-component violates HTML spec #34
Labels
bug
Indicates an unexpected problem or unintended behavior.
Content: WebAPI
help wanted
If you know something about this, we would love your help!
The spec says this:
The popup-info-box-web-component example violates this! See https://github.com/mdn/web-components-examples/blob/master/popup-info-box-web-component/main.js#L22
The example still works because the script is loaded with
defer
. However, it doesn't work if you do something like this:Since this example is so visible, it would be nice if it followed the spec.
The text was updated successfully, but these errors were encountered: