[Bug 18704] [Shadow]: How reset-style-inheritance flag of insertion point works with multiple show roots

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18704

--- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> 2012-09-04 21:59:11 UTC ---
Can you help me understand the question a bit better? For this configuration:

[#host]--[SR-4]->[shadow#4]
  |      [SR-3]->[shadow#3]
  |      [SR-2]->[shadow#2]
  |      [SR-1]->[shadow#1]
  +->[span]

The reset-style-inheritance applies at whichever <shadow> element it is set.
For example, in this case:


[#host]--[SR-4]->[style#a]
  |         |
  |         +->[shadow#4]
  |
  |      [SR-3]->[style#b]
  |         |
  |         +->[shadow#3]
  |
  |      [SR-2]->[style#c]
  |         |
  |         +->[shadow#2]
  |
  |      [SR-1]->[style#d]
  |         |
  |         +->[shadow#1]
  +->[span]

answering the question whether a style from [style#a] inherits to [span]
depends on whether there are any reset-inheritance-flags in [SR-3], [SR-2], or
[SR-1].

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 4 September 2012 21:59:12 UTC