-
Notifications
You must be signed in to change notification settings - Fork 0
Description
https://css-print-lab.github.io/specs/notes-in-css-print/#the-'element()'-value
In the specs, we proposed the all-once
argument for element()
, but we see that this creates inconsistencies:
ISSUE: In [css-gcpm-3](https://www.w3.org/TR/css-gcpm-3/), the default value of the second argument of the
element()
function isfirst
. However, when notes are created from thenote()
function, this should be the valueall-once
by default. How do you indicate this?ISSUE: If the other arguments of the function
element()
are declared (first
,first-except
,last
,start
), what does that do for the note elements?ISSUE:If too complicated, why not simply remove
all-once
fromelement()
when used with notes?
I feel like this confuses our proposal. Shouldn't we just remove it and say that when element()
inherits from note()
, it simply doesn’t need a second argument?