unintended_html_in_doc_comment triggers on some variants of allowed html tags in package:web #56450
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
package:web uses the MDN docs to populate Dart docs for various members. These docs contain some variants of allowed tags like:
that trigger this lint. These seem to be the only tags that trigger the lint, but I haven't checked all of the violations as there are quite a few. IIUC, these use cases should not trigger the lint.
The text was updated successfully, but these errors were encountered: