New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 620322 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Property tree duplicate roots are weird and confusing

Project Member Reported by jbroman@chromium.org, Jun 15 2016

Issue description

We're trying to start using cc property trees in Blink, and it would be great if we could clean up the real root (0) and secondary root (1) semantics.

Effect trees expect 0 to be a dummy unused node (an extra root) and 1 the real root, but some other trees expect 1 to be a child of 0 (but 1 to be the logical root of content), etc. It's not super clear what Blink must do here.

It would be great if this was consistent and commented. Thanks. :D
 

Sign in to add a comment