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

Do implementers need to support <rendition scheme="css"> #7

Closed buckett closed 9 years ago

buckett commented 9 years ago

The <rendition> tag can have a scheme attribute:

http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rendition.html http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.styleDef.html

Do implementors of the specification need to worry about this attribute?

tuurma commented 9 years ago

CSS will be the only option for TEI Simple. Implementors do not need to worry about the attribute then but still need to worry about CSS support :)

buckett commented 9 years ago

But presumably I don't want to include a <rendition scheme="xslfo"> in my document so I need to be aware of this attribute. Therefore I need to only examine tags that have no scheme attribute and those that have it set to css.

tuurma commented 9 years ago

This we probably need to decide: do we keep @scheme on rendition at all or not. I assume not but may be proven wrong.

On 23 March 2015 at 14:07, Matthew Buckett notifications@github.com wrote:

But presumably I don't want to include a in my document so I need to be aware of this attribute. Therefore I need to only examine tags that have no scheme attribute and those that have it set to css.

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

buckett commented 9 years ago

The useSourceRendition attribute would also mean an implementor would have to understand examples where the rendition refers to a rendition contained elsewhere in the document:

http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.global.html#tei_att.rendition

which again may introduce the standard rendition attributes.

sebastianrahtz commented 9 years ago

the <rendition> has been renamed <outputRendition> and now has no @scheme