-
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
version number, take 2 #2599
base: dev
Are you sure you want to change the base?
version number, take 2 #2599
Conversation
for actual use, yet — in large part untested, and prose not written. This version is simply for Council to see if they like it.
solves the problem for which the original ticket was opened, IIRC).
a working, if not ideal, state
constraintDecl element
…l to topographical.
All tests pass on my local system (Padfoot, not in the Docker). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs a new remarks element explaining that its content can be one of four different formats of version, and perhaps pointing to the definitions of the dataSpecs. It's going to be quite challenging to figure out which specific dataSpec you're not quite aligning with when you get error messages typing a version string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, although I have no intention of putting in that effort until Council approves the general approach.
purpose, re-create table of modules. (Note that new table reverses the position of the “Where defined” and “FPI” columns.)
* Bug fix: Constraint was looking for _all_ descendant text nodes of eg element, not just child text nodes. That means that if there is any phrase-level encoding in an eg element there is more than one text node that has (for example) position()=last(), and the XPath fails because only one item is allowed as the first argument to matches(). * Better fix: Per suggestion of @martindholmes, instead of trying to select the correct descendant text node(s), just examine the string value of the entire eg element as a whole. The string() function call is not technically necessary (because matches() wants a string there, it would happen automagically), but its use makes what we are doing explicit and obvious.
table of modules — re-generated based on new utility
* Remove vestiges of calendar= deprecation * replaced deletion of calendar attribute on date with deletion of att.calendarSystem --------- Co-authored-by: Syd Bauman <[email protected]>
…s, added clarification to example in line spec
add `<constraintDecl>`
adding xml:lang=en to constraintDecl’s constraintSpec.
add `@scope` to `<language>` by factoring a new class from `@scope` of att.handFeatures
attribute class inclusions in ST (the "tei" module). No changes to prose or schema, just re-arranged the sequence of attribute specifications and added comments to explain it.
Remove dead link
improve editability of inclusion of attribute classes into ST
…able Guessing @trishaoconnor did not notice this one was assigned to her; merging on her behalf tonight so we need not discuss at meeting tomorrow.
…ding css rule for a.notelink (#2636)
Updated specs for `<line>` and `<lb>`
…e of teidata.duration.iso & teidata.version
…after manual merge of application and att.styleDef
solves the problem for which the original ticket was opened, IIRC).
For the moment this branch is a partiallly working version of version sublcasses that is NOT ready for actual use, yet — in large part untested, and prose not written. This version is simply for Council to see if they like it, but (I think) it does address the problem for which original ticket was open.