Matt Flaherty wrote:
>
> I was wondering whether it's possible to specify in css rules that the
> nodes returned from a selector be made non-editable. This would seem to
> be very useful as different groups of authors could work on specific
> parts of a document by only choosing the correct css view. Having to
> resort to a document hook seems rather cumbersome particularly in the
> early stages of a document type when its definition may be in flux. A
> purely declarative approach would be nicer.
foo {
editable: no;
}
No, we don't have such CSS property. Moreover, it would be very
difficult to implement such property.
> Or is there another approach which satisfies a similar intent?
I'm sorry but we currently have no solution to your problem.