Skip to content

Commit 634508c

Browse files
committed
make html5validator fails
1 parent 2dc45a7 commit 634508c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
4545
--ignore-re 'Attribute “(th|sec|togglz|xmlns):[a-z]+” not allowed' \
4646
'Attribute “(th|sec|togglz):[a-z]+” is not serializable' \
4747
'Attribute with the local name “xmlns:[a-z]+” is not serializable' \
48-
'An "img" element must have an "alt" attribute' \
4948
'The first child "option" element of a "select" element with a "required" attribute' \
5049
--show-warnings \
5150
>validator.log 2>&1 || HTML_FAIL=yes

0 commit comments

Comments
 (0)