- From: <bugzilla@jessica.w3.org>
- Date: Tue, 17 Feb 2015 01:46:43 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887 --- Comment #160 from Koji Ishii <kojiishi@gmail.com> --- Incorporated case 2 of comment 141 into http://jsbin.com/casoyi Chrome Canary: 1. click on B1: B1, SIP1, SR1, H1, BODY, HTML, [object HTMLDocument], [object Window] 2. click on B2: B2, SR2, H2, BODY, HTML, [object HTMLDocument], [object Window] 3. selectstart on B3: B3, SR4, SIP2, SR5 4. selectstart on B4: B4, SIP2, SIP3, SR7, C3, SR6, H4, BODY, HTML, [object HTMLDocument], [object Window] Experimental impl on Chrome: 1. click on B1: B1 2. click on B2: B2, SR2 3. selectstart on B3: B3, SR4 4. selectstart on B4: B4 Notes: * Issue 2 is about the orphaned nodes. * Issue 4 exits the algorithm with non-empty stack. If you see differences in Gecko, it's possible that my interpretation of https://bugzilla.mozilla.org/show_bug.cgi?id=1059989#c10 is wrong. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 17 February 2015 01:46:45 UTC