Bug 36448 - HTML5 progress element not recognized in DOM
Summary: HTML5 progress element not recognized in DOM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://desandro.com/demo/progress-web...
Keywords:
Depends on: 36961 37307
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-22 09:58 PDT by David DeSandro
Modified: 2022-07-27 14:26 PDT (History)
5 users (show)

See Also:


Attachments
Snapshot of the website with the "real" progress element. (242.11 KB, image/png)
2010-03-23 06:53 PDT, Yael
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David DeSandro 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.
Comment 1 Alexey Proskuryakov 2010-03-22 22:22:17 PDT
FWIW, console says: "<progress> is not allowed inside <body>. Content ignored."
Comment 2 Yael 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.
Comment 3 Yael 2010-03-23 06:53:35 PDT
Created attachment 51420 [details]
Snapshot of the website with the "real" progress element.
Comment 4 Yael 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.
Comment 5 Ahmad Saleem 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!
Comment 6 Ryosuke Niwa 2022-07-27 14:26:53 PDT
Yeah, we support progress element now.