- From: <bugzilla@jessica.w3.org>
- Date: Fri, 26 Jul 2013 09:55:20 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22810
Bug ID: 22810
Summary: [Shadow]: Step 1.2 in the distribution resolution
algorithm does not seem needed
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: esprehn@gmail.com
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
1.2 says:
Let LAST-VISITED-SHADOW-ROOT be the youngest shadow root which SHADOW-HOST
hosts.
but the first step in 3.1 says:
Let LAST-VISITED-SHADOW-ROOT be SHADOW-ROOT.
which has the same effect.
I don't think you need step 1.2 at all. If you just need to initialize that
variable then perhaps initialize it to null?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 26 July 2013 09:55:21 UTC