[webkit-reviews] review granted: [Bug 32536] Some Browser-hosted SunSpider files are not valid HTML5 : [Attachment 44835] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 21:33:27 PST 2009


Darin Adler <darin at apple.com> has granted Maciej Stachowiak <mjs at apple.com>'s
request for review:
Bug 32536: Some Browser-hosted SunSpider files are not valid HTML5
https://bugs.webkit.org/show_bug.cgi?id=32536

Attachment 44835: Patch
https://bugs.webkit.org/attachment.cgi?id=44835&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +<meta charset=utf8>

Wow, I have never seen that syntax before. I always did it like this:

    <meta http-equiv="content-type" content="text/html; charset=utf-8">

I guess a new HTML5 thing. Does WebKit respect that syntax?

rs=me


More information about the webkit-reviews mailing list