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 15b1910 commit 4008d70Copy full SHA for 4008d70
index.js
@@ -8,10 +8,9 @@ module.exports = phrasing
8
var list = [
9
'a',
10
'abbr',
11
- /* `area` is in fact only phrasing if it is inside a `map`
12
- * element. However, since `area`s are required to be
13
- * inside a `map` element, and it’s a rather involved check,
14
- * it’s ignored here for now. */
+ // `area` is in fact only phrasing if it is inside a `map` element.
+ // However, since `area`s are required to be inside a `map` element, and it’s
+ // a rather involved check, it’s ignored here for now.
15
'area',
16
'b',
17
'bdi',
0 commit comments