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 4d35e65 commit e7cdbb3Copy full SHA for e7cdbb3
js/validate.mjs
@@ -217,8 +217,8 @@ class DdMatcher {
217
return false;
218
219
for (const child of element.children) {
220
- if (!AnyPhrasingMatcher.match(child, logger))
221
- logger.error(`Dd contains non-phrasing element`, child);
+ if (!FlowMatcher.match(child, logger))
+ logger.error(`Dd contains non-flow element`, child);
222
}
223
224
return true;
0 commit comments