fix: Ignore readonly on select (#4786)

This was caused by #4708
This commit is contained in:
Lars Eggert 2022-11-23 23:03:13 +02:00 committed by GitHub
parent ae51096c65
commit cb2f4afc8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,6 +196,7 @@ def vnu_filter_message(msg, filter_db_issues, filter_test_issues):
return re.search(
r"""document\ is\ not\ mappable\ to\ XML\ 1|
Attribute\ 'readonly'\ not\ allowed\ on\ element\ 'select'|
^Attribute\ 'required'\ not\ allowed\ on\ element\ 'div'|
^The\ 'type'\ attribute\ is\ unnecessary\ for\ JavaScript|
is\ not\ in\ Unicode\ Normalization\ Form\ C""",