You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
Using QuoteIt plugin for url https://dl.dropboxusercontent.com/u/4388504/empty.html ( http://quoteit.herokuapp.com/clip.html?u=https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F4388504%2Fempty.html ) generates html containing below, but AsakusaSatellite converts it to
<a ... />
self-closing tag.Because browsers interpret
<a />
self-closing tag as<a>
(not<a></a>
), the scope of the a tag is unintentionally exntended to the following html elements.^ contents of a tag is empty
The text was updated successfully, but these errors were encountered: