We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91d5b0 commit 92551abCopy full SHA for 92551ab
manual/en-US/coding-standards/chapters/html.md
@@ -66,7 +66,7 @@ Using HTML according to its purpose is important for accessibility, reuse, and c
66
<!-- Good -->
67
<a href="subscriptions/">View subscriptions</a>
68
69
-<!-- Bad - ul is a block element -->
+<!-- Bad -->
70
<div onclick="goToSubscriptions();">View subscriptions</div>
71
```
72
0 commit comments