- From: Erika Doyle Navara <Erika.Doyle@microsoft.com>
- Date: Fri, 28 Feb 2014 00:52:50 +0000
- To: "'public-html@w3.org'" <public-html@w3.org>
Hello public-html! Here are the WHATWG changes from the past week for your review. HTML5.1 is now in sync with the WHATWG spec as of 2014-2-27 (SVN 8515). Please reply back with any comments or concerns. Thanks, Erika ----- ==NOT APPLIED (needs review)===== https://github.com/w3c/html/commit/5b5ad72b8e7bb36ab863effc942829eef82fe3c4 [giow] (1) Map table-related elements to ARIA roles (8495) https://github.com/w3c/html/commit/058187c7e904db28160641db45d699bf4dcf2b9f [giow] (3) Make clearTimeout()/clearInterval() (with no arguments) into no-ops; change the <table> role mapping so that tables aren't interactive. (8508) ==NORMATIVE CHANGES===== https://github.com/w3c/html/commit/8014f9103475a70a4c5b91c34b9e9a6d73d19212 [giow] (3) Make the spec match more UAs (frames[] is in insertion order, not tree order) (8515) Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24662 https://github.com/w3c/html/commit/e90343db70c738de11604b433364b1c2fbeca1d2 [giow] (3) Simplify task ordering in media elements to aid implementations. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24710 (8514) https://github.com/w3c/html/commit/563fd7bcb6290509b018b2d3916d981aaa94ae8e [giow] (3) Define how focus navigation works Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24719 (8513) https://github.com/w3c/html/commit/9311eb4456c4e5304a0aa2bf00c3d207acfe93d4 [giow] (0) Lay the groundwork for interruptible microtasks, Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22296 (8510) https://github.com/w3c/html/commit/78d0256e2667f613731fbf0eedc3213f3800fcad [giow] (3) Make <img> reload if inserting it into a new doc causes the URL to change (note that exactly what this does depends on whether the browser's 'list of available images' is maintained per-Doc, or whether there's only one list per origin) Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24312 (8509) https://github.com/w3c/html/commit/e1ab1f26283cb374668364b575e55162e7c25def [giow] (0) Prevent microtasks from running reentrantly via the parser. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361 (8507) https://github.com/w3c/html/commit/b6d61d3670b5fa5c1653a991877ff830f069d7e0 [giow] (1) Making an iframe inert should completely inertify its contents Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24670 (8504) https://github.com/w3c/html/commit/4ce2fece9d327c8d54ba6d3ea3f61707fa9a5386 [giow] (3) Restore document.all() legacycaller, for compat Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22118 (8502) https://github.com/w3c/html/commit/bb9c607741d8788b0121696f50f5bfbe39572a30 [giow] (3) Update the list of elements that support name='' attributes for the purposes of document.all (mostly using the IE/Firefox lists, which are nearly identical, and a superset of Safari/Chrome) Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24622 (8501) https://github.com/w3c/html/commit/b4c56d4342fd80580850bda42323a19b35060f2d [cgiow] (1) Allow addHitRegion() to be used with elements that are only focusable because of tabindex='' or sortable='' (since they're basically just buttons at that point) (8491) https://github.com/w3c/html/commit/51c670a0b44a2f2176e19921d914d4fbb789464f [c] (3) The tabindex='' attribute makes an element interactive. (8490) https://github.com/w3c/html/commit/b2a2ad5f8e59dbf8cff4d20adc62cf66a0f20380 [e] (0) Update index to take into account <th sortable> (8489) https://github.com/w3c/html/commit/fde6d1d7ff0f65bff3602d63ad6a8fb96ead5cf8 [c] (0) Disallow <dialog tabindex>, for sanity Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24714 (8488) https://github.com/w3c/html/commit/e575fcf50792481e79fb925f752fd4578afae7d0 [giow] (0) Focus the dialog for dialog.show() as well. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24718 (8487) https://github.com/w3c/html/commit/304f1eadbddec4700371e2d503191998a248589d [giow] (1) Clarify TextMetrics.emHeightAscent and emHeightDescent in the multifont case. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24723 (8486) https://github.com/w3c/html/commit/9d23b95d6e3c7016a1ff742e9bd93adbaf652ba2 [giow] (3) Fix the condition for the <option> in the previous checkin, and reword this into a list so it's clearer Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24749 (8485) https://github.com/w3c/html/commit/737e8278fde3c5ab6e2acc50254e366df90f3785 [giow] (3) Allow <select multiple> and <select size=4> to be used as canvas fallback Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24749 (8484) https://github.com/w3c/html/commit/f71bc5262cf4aee84d97a9b445ed00b6a495e319 [giow] (3) window.name should be the empty string when the name isn't set. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24728 (8483) https://github.com/w3c/html/commit/bcf15fabc28b7c0c9c1223614af6696431512c2a [giow] (3) Turns out select.remove() and select.options.remove() convert object arguments to zero. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24746 (8481) https://github.com/w3c/html/commit/0ecda3241c0f18e8eb4ed7082403a07294d48a80 [e] (0) Prevent a bogus cross-ref in accesskey section. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24727 (8480) https://github.com/w3c/html/commit/7f52e69318d9fbf5a7a62b936f01e8d018fb3286 [giow] (0) Don't provide a stable state when parsing reentrantly, for more consistency with when we run microtask checkpoints Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361 (8479) ==EDITORIAL CHANGES===== https://github.com/w3c/html/commit/b05b6b89323df7f39c74e71ec7eaf8cae3aee5b9 [e] (0) Adjust some internal comments regarding encodings Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24800 (8512) https://github.com/w3c/html/commit/e894236cf3e4c34ff50717431780dafc1a5a736d [e] (0) Typo in the media events section Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24805 (8511) https://github.com/w3c/html/commit/bcd3320068110e72ebad34ac49fef26aab1339ad [e] (0) introduce stable IDs for 'embedded content' sections Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24694 (8506) https://github.com/w3c/html/commit/b719b787984148207404fff21bb068561d8dd885 [e] (0) Oops, didn't mean to add <a> to that list (documnet.all domintro). (8505) https://github.com/w3c/html/commit/12c47dcd86a40d06f9b9f16b335194cf45a90675 [e] (0) Add a note pointing out that browsers haven't implemented the storage mutex. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24640 (8503) https://github.com/w3c/html/commit/a4e6c4acbc814e2fe2af4d4d1163e3b5f6f6195d [e] (0) Add a note mentioning how forced in-band subtitles should trigger Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23507 (8500) https://github.com/w3c/html/commit/535fd379d54b6177e2bd846094311bb58102cac7 [e] (0) Try to clarify that outlines are owned by elements. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24100 (8499) https://github.com/w3c/html/commit/94f11af254428c6d3ac26d9003c4fcc1794a9123 [e] (0) Oops, edited the wrong line. (stable state and </script> parsing) Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361 (8498) https://github.com/w3c/html/commit/f4b254cc3ae8be78a7775c33655cb67acffbc17e [giow] (1) Revert r8481 since I misunderstood how ToNumber works on objects. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24746 (8497) https://github.com/w3c/html/commit/065274e5ce575c81ea9711f95d01ba2b62a52fc2 [giow] (0) Clarify the order of events for media elements Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24710 (8496) https://github.com/w3c/html/commit/4bbd0d0bfcdf8ac3f28d1258bd100c2e4c9722e2 [e] (0) Make the markup in the Interactive Content section more consistent (8492) https://github.com/w3c/html/commit/ea05f72ba432c547d4c828000d7885f2b35f0980 [e] (0) Clarify a non-normative sentence in the microdata intro Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24716 (8482)
Received on Friday, 28 February 2014 00:53:50 UTC