WebKit Bugzilla
Attachment 341846 Details for
Bug 186234
: Tag ID's can start with a number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Shows the problem
test4.html (text/html), 372 bytes, created by
Blake McBride
on 2018-06-02 06:56:59 PDT
(
hide
)
Description:
Shows the problem
Filename:
MIME Type:
Creator:
Blake McBride
Created:
2018-06-02 06:56:59 PDT
Size:
372 bytes
patch
obsolete
><!DOCTYPE html> ><html lang="en"> > ><head> > <meta charset="UTF-8"> > <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> > <style> > #aaa { > background-color: red; > } > #222 { > background-color: blue; > } > </style> > ></head> ><body> > > <span id="aaa">AAA</span> > <br> > <span id="222">AAA</span> > ></body> ></html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <style> #aaa { background-color: red; } #222 { background-color: blue; } </style> </head> <body> <span id="aaa">AAA</span> <br> <span id="222">AAA</span> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 186234
: 341846