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
This rule applies to the DOM elements p, div, and br. The issues are:
(1) The br is usually just a line break without any child (Content model: Nothing), such as or .
(2) other elements should be considered: strong, em etc.
(3) the test case results are wrong, such as test/v2/checker/accessibility/rules/text_block_heading_ruleunit/Headings-noneUsedEmphasizedText.html. which shouldn't report errors in elements that have no child.
The text was updated successfully, but these errors were encountered:
This rule applies to the DOM elements p, div, and br. The issues are:
(1) The br is usually just a line break without any child (Content model: Nothing), such as
or
.
(2) other elements should be considered: strong, em etc.
(3) the test case results are wrong, such as test/v2/checker/accessibility/rules/text_block_heading_ruleunit/Headings-noneUsedEmphasizedText.html. which shouldn't report errors in
elements that have no child.
The text was updated successfully, but these errors were encountered: