Skip to content

CSS: Add support to TEI:ab #34

Description

@lucaju

As per @jamescummings request:

tei.css should include the follow rule

/** JC adding tei:ab basic formatting **/

ab  {
    display: block;
    margin-bottom: 0.5em;
    margin-left: 1em;
	line-height: 1.5em;
}

James explanation:

tei:ab element is 'anonymous block'. It is basically a paragraph or blob of text without the semantics of a paragraph. The canonical example (no pun intended) is verses of the bible in English. They are not verses so not (metrical lines), but they are also not paragraphs in themselves. So verse of bible text here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions