- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Sat, 8 Dec 2012 22:26:45 +1100
- To: public-html <public-html@w3.org>
- Message-ID: <CAHp8n2=-U1Z8hh7SbduU+4aWQea+EcznmnoRn2q+2da7M1PPzA@mail.gmail.com>
I'm planning to merge the feature/whatwg_canvas_workers branch into master (for HTML5.1) next week. https://github.com/w3c/html/compare/master...feature;whatwg_canvas_workers It introduces a way to do canvas in workers, something that has been talked about for a long time - I see a major advantage for doing video or image manipulation in workers off the main thread. Regards, Silvia. On Fri, Dec 7, 2012 at 11:00 PM, Silvia Pfeiffer <silviapfeiffer1@gmail.com>wrote: > Hi all, > > This week the following WHATWG patches up to and inc commit 7569 [1] have > been merged into the W3C HTML specifications. This takes us to WHATWG > patches up to 5th December 2012. > > 1. Staged for HTML5.0 CR > ------------------------------------ > > You can find the new patches staged for HTML5.0 CR at: > https://github.com/w3c/html/commits/editorial_fixes > (patches for 7th December) > > Closes the following pre-CR bugs: > https://www.w3.org/Bugs/Public/show_bug.cgi?id=16001 (clarify <wbr>) > https://www.w3.org/Bugs/Public/show_bug.cgi?id=18394 (extend encoding > sniffing) > > > 2. Merged into master for HTML5.1 FPWD > -------------------------------------------------------- > > I merged WHATWG patch up to and inc commit 7569 [1], which takes us to 5th > December 2012. > > You can see the committed patches here: > https://github.com/w3c/html/commits/master > (patches for 7th Dec) > > If you see any patches there that should also be applied to HTML5.0 CR, > please register a bug. > > If you see any patches that should be moved to an extension spec, speak > up, too. > > The following bugs have been closed: > https://www.w3.org/Bugs/Public/show_bug.cgi?id=16709 (fullscreen > integration) > https://www.w3.org/Bugs/Public/show_bug.cgi?id=18291 (clarify "cancel > navigation") > > This one is fixed in HTML5.1, with a question whether to apply patches > back to the CR branch: > https://www.w3.org/Bugs/Public/show_bug.cgi?id=15140 (video @poster > compatibility) > > Other features that have been added include: > * crossorigin attribute on script > * add document.currentScript > > > These branches continue to be held back for extension specifications: > > * feature/whatwg_srcset: > https://github.com/w3c/html/compare/master...feature;whatwg_srcset > > * feature/whatwg_canvas_workers: > https://github.com/w3c/html/compare/master...feature;whatwg_canvas_workers > > I will address the feedback on last week's patches separately. > > Best Regards, > Silvia. > > > [1] http://html5.org/tools/web-apps-tracker?from=7568&to=7569 > > >
Received on Saturday, 8 December 2012 11:27:33 UTC