RESOLVED FIXED 36448
HTML5 progress element not recognized in DOM
https://bugs.webkit.org/show_bug.cgi?id=36448
Summary HTML5 progress element not recognized in DOM
David DeSandro
Reported 2010-03-22 09:58:42 PDT
This first caught my eye in this application: http://f1results.socialminds.com.br/ in which I (perhaps mistakenly) am using the HTML5 Progress element in the markup. Safari 4.0 still recognizes the progress element, but Webkit nightly (r56207) and Chrome v5.0.3 do not display any CSS styling.
Attachments
Snapshot of the website with the "real" progress element. (242.11 KB, image/png)
2010-03-23 06:53 PDT, Yael
no flags
Alexey Proskuryakov
Comment 1 2010-03-22 22:22:17 PDT
FWIW, console says: "<progress> is not allowed inside <body>. Content ignored."
Yael
Comment 2 2010-03-23 05:37:46 PDT
I have added support for the progress element for Safari in https://bugs.webkit.org/show_bug.cgi?id=36224. It would be great if someone could review that patch. Once the patch is accepted, you should see a progress bar in your web page.
Yael
Comment 3 2010-03-23 06:53:35 PDT
Created attachment 51420 [details] Snapshot of the website with the "real" progress element.
Yael
Comment 4 2010-05-20 10:08:10 PDT
Can you please test this with a nightly build after r59645 ? I think it should be fixed now.
Ahmad Saleem
Comment 5 2022-07-27 12:52:25 PDT
I think <progress> landed and this can be closed since now it is supported in Safari and this bug didn't had any test case specific to test any element about progress element not working. So I think this can be marked as "DUPLICATE of related bug". Thanks!
Ryosuke Niwa
Comment 6 2022-07-27 14:26:53 PDT
Yeah, we support progress element now.
Note You need to log in before you can comment on or make changes to this bug.