Open daisieh opened 10 years ago
Interesting question: Are we trying to handle multi-tree figures in NexSS?
Does a
I would think the latter, but I could be wrong. We might have things to say (via attributes like scale
) about each tree... But obviously, these nexss:tree
elements need to be clearly distinct from NeXML's tree
elements.. maybe nexss:render-tree
?
Should the original tree and scale selectors in the TSS spec now be specified as figure tree and figure scale in the NexSS spec? (and is that the correct way to specify descent?)
In CSS, you write a selector like so:
figure tree[id=tree_234] { ... }
... but to me, this doesn't belong in a NexSS stylesheet. Better to have the figure
element include one ore more tree
elements (as above), with stylesheets applied to either the entire figure
or a single tree
.
One thing I just thought of while trying to describe the proposed
<figure>
element contain<tree>
elements or does it contain some sort of meta property that refers to a tree element?tree
andscale
selectors in the TSS spec now be specified asfigure tree
andfigure scale
in the NexSS spec? (and is that the correct way to specify descent?)