Skip to content

Commit 10f25dd

Browse files
committed
Ignore html5validator errors about empty <option> elements.
I intentionally left <option>s empty because I want that 1) prevent submission of the second currency without second price 2) user should deliberately choose the first currency Correction for 48ebaaf and 314c486 commit.
1 parent 55039df commit 10f25dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
158158
'An "img" element must have an "alt" attribute' \
159159
'The first child "option" element of a "select" element with a "required" attribute' \
160160
'This document appears to be written in (Danish|Lithuanian)' \
161+
'Element "option" without attribute "label" must not be empty' \
161162
'Picked up' \
162163
--show-warnings \
163164
>validator.log 2>&1 || HTML_STATUS=fail

0 commit comments

Comments
 (0)