TEIC / TEI-Simple

Legacy Repository: TEI SimplePrint now merged into TEI Repository. Originally TEI Simple aimed to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books, a formally-defined set of processing model rules that enable web applications to easily present and analyze the encoded texts, mapping to other ontologies, and processes to describe the encoding status and richness of a TEI digital text.
50 stars 12 forks source link

There's no specification on how a <modelGrp> uses it's own <rendition> #3

Closed buckett closed 9 years ago

buckett commented 9 years ago

The specification says that a <modelGrp> can have its own <rendition>:

https://github.com/TEIC/TEI-Simple/blob/master/tei-pm.odd#L602

but there is no example or elaboration about how this should be handled.

lb42 commented 9 years ago

Weirder still, the spec at that point actually says <classRef key="rendition"/> : there is no class called rendition, so this is meaningless.

tuurma commented 9 years ago

If I remember correctly modelGrp was meant just to group stuff for better readability, therefore if there's a rendition for a modelGrp it should be inherited by all model children.

On 23 March 2015 at 13:34, Lou notifications@github.com wrote:

On 23/03/15 13:13, Matthew Buckett wrote:

The specification says that a || can have it's own ||:

https://github.com/TEIC/TEI-Simple/blob/master/tei-pm.odd#L602

but there is no example or elaboration about how this should be handled.

— Reply to this email directly or view it on GitHub https://github.com/TEIC/TEI-Simple/issues/3.

Weirder still, the spec at that point actually says <classRef key="rendition"/> : there is no class called rendition, so this is meaningless.

— Reply to this email directly or view it on GitHub https://github.com/TEIC/TEI-Simple/issues/3#issuecomment-84998744.

sebastianrahtz commented 9 years ago

Yes, tuurma is right. A modelGrp can be simply expanded and pass its attributes into its children.