Menu

#688 TEILite `<editorialDecl>` has bad example and weird content model

GREEN
closed-fixed
TEILite (4)
5(default)
2014-11-20
2014-09-09
No

The only thing permitted in <editorialDecl> in TEILite is <p>. Nevertheless, it has this content model:

element editorialDecl
{
   att.global.attributes,
   att.declarable.attributes,
   ( model.pLike | model.editorialDeclPart )+
}

(there's no model.editorialDeclPart in the schema as far as I can see), and it has an example showing the use of <normalization> and '<quotation>`, which are not in the schema.

Discussion

  • Lou Burnard

    Lou Burnard - 2014-09-11

    This is clearly wrong. But should we fix it by adding those elements to Lite, or by correcting the ODD not to permit them? (I think the latter)

     
  • Sebastian Rahtz

    Sebastian Rahtz - 2014-09-11

    something wrong here, that the examples are not being validated. i thought that was all in place.

    the content model I would not worry about. empty patterns, no problemo.

     
  • Martin Holmes

    Martin Holmes - 2014-09-11

    Let's solve the initial problem by fixing the content model and replacing the example. Arguably this should be done for the coming release, because it's a corrigible error.

     
  • Hugh A. Cayless

    Hugh A. Cayless - 2014-11-18
    • assigned_to: Martin Holmes
    • Group: AMBER --> GREEN
     
  • Martin Holmes

    Martin Holmes - 2014-11-19

    Fixed in rev 13069. If Jenkins builds successfully, I'll close this.

     
  • Martin Holmes

    Martin Holmes - 2014-11-20

    Built OK. Closing the ticket.

     
  • Martin Holmes

    Martin Holmes - 2014-11-20
    • status: open --> closed-fixed