OK, I checked in the change we just discussed on name ordering.
I’m now working on the locator issue.
First, I removed the attribute to suppress the label.
Here’s what I have now:
cs-locator = element cs:locator { cs-locator-pattern }
cs-locator-pattern =
(cs-number & (cs-text|cs-label)?)?,
cs-format
Text alone won’t cut it, because it’s not clear how we say to grab a
label that varies depending on the locator.
So I’m using “label” here similar to the “role” element.
Problem is, I use “label” elsewhere to refer to the id for the
reference; e.g. [doe99].
What should we do here? Am a little fried having been working on other
things.
Earlier, BTW, I had a separate element for this: point-locator.
Bruce