Running Elements :
---------------------------
I was looking at http://www.w3.org/TR/css3-gcpm/ on Running Elements:
Its very nearly the same in Prince but not quite CSS3 . Is there any reason for this ? Also are you looking at conforming to CSS3 standard ? As an aside are there any Web Frontends maybe JS based than can offer a preview of the document in real time ? This can enhance productivity even if its just nearly the same . (I mean a real time preview based on CSS Standards)
CSS3
div.header { position: running(header) }
@page {
@top{content: element(header)
}
PRINCE
div.header { flow: static(header) }
@page {
@top{content: flow(header)
}
---------------------------
I was looking at http://www.w3.org/TR/css3-gcpm/ on Running Elements:
Its very nearly the same in Prince but not quite CSS3 . Is there any reason for this ? Also are you looking at conforming to CSS3 standard ? As an aside are there any Web Frontends maybe JS based than can offer a preview of the document in real time ? This can enhance productivity even if its just nearly the same . (I mean a real time preview based on CSS Standards)
CSS3
div.header { position: running(header) }
@page {
@top{content: element(header)
}
PRINCE
div.header { flow: static(header) }
@page {
@top{content: flow(header)
}
Edited by nishantvarma