-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding of ordered lists #2683
Comments
My own contention is that all lists are ordered and cannot be otherwise, so to label them as such is silly. But opinions may vary. |
Hughs contention would be more persuasive if tei offered any way of explicitly encoding unordered aggregates of items. But it doesnt.... |
An item in TEI is defined as a component of a list, so that might be a reason why it doesn't. If you need one, we could create an itemGrp, I suppose. "Unordered" as in HTML ul tags or old-style TEI list |
My recollection is that our previous discussion concluded that it wasn't really about whether the items were in an order (as Hugh says they obviously are) but whether that order mattered to the encoder or whether they only put them in that order because one must to encode them as a list. |
So long As rhe guidelinese are expressed in something like xml, its obviously true that the order of any series of child elements is determined. We do however already provide an @org attribute for encoders wishing to override this behaviour. See its definitions on att.divLike and vColl . Maybe adding list to the att.divLike class would be a good idea? |
Quick question to understand the direction of the discussion, Klaus @rettinghaus
Does your initial observation include an objection against using Or are you and is everybody else fine with (most) people using |
I'm a little surprised at the direction the discussion on this simple question has taken. I apologise if I have not made myself clear. |
There seems to be an inconsitency with the encoding of ordered lists. Most are using
@rend="numbered"
, a few@rend="ordered"
.What I get from this dated discussion it should be ordered, but couldn't figure out, what the preferred encoding within the Guidelines should be nowadays.
The Stylesheets use
list type="ordered"
for converting to TEI.The text was updated successfully, but these errors were encountered: