Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    bb52ef0c
    Validator: added support for global attributes · bb52ef0c
    Jonathan Schöbel authored
    Global attributes are represented by empty attributes. A global
    attribute is an attribute, that is accepted for any tag.
    It is refused to remove a specific tag for a global attribute, as this
    would mean to "localize" the tag, thus making it not global anymore.
    The method to do that and a predicate for globalness is missing yet.
    bb52ef0c
    History
    Validator: added support for global attributes
    Jonathan Schöbel authored
    Global attributes are represented by empty attributes. A global
    attribute is an attribute, that is accepted for any tag.
    It is refused to remove a specific tag for a global attribute, as this
    would mean to "localize" the tag, thus making it not global anymore.
    The method to do that and a predicate for globalness is missing yet.