This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30304 - Validator doesn't detect digits only IDs
Summary: Validator doesn't detect digits only IDs
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: HEAD
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-31 22:04 UTC by JB
Modified: 2018-10-31 22:05 UTC (History)
0 users

See Also:


Attachments

Description JB 2018-10-31 22:04:48 UTC
I recently experienced Bootstrap 4 collapse components not working.

My IDs were numerical only, like id="42".

Became mad because W3C validator with HTML5.1 was OK.
Happily a StackOverflow guy told me to add some letters.
Now all works OK but took me so much time.