Skip to content
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

Multiple value tests on same element #586

Open
mattgarrish opened this issue Jan 8, 2025 · 0 comments
Open

Multiple value tests on same element #586

mattgarrish opened this issue Jan 8, 2025 · 0 comments
Labels
a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques

Comments

@mattgarrish
Copy link
Member

I thought we'd addressed this in an earlier PR, but looks like it didn't get implemented.

The xpath for non_textual_content_images in 4.2.2 can be reduced to:

/onix:ONIXMessage/onix:Product/onix:DescriptiveDetail[onix:PrimaryContentType = ("07", "18", "19", "12", "49", "20") or onix:ProductContentType = ("07", "18", "19", "12", "49", "20")]

and the non_textual_content_audio* ones in 4.4.2 to

/onix:ONIXMessage/onix:Product/onix:DescriptiveDetail[onix:PrimaryContentType = ("21", "22") or onix:ProductContentType = ("21", "22")]

and

/onix:ONIXMessage/onix:Product/onix:DescriptiveDetail[onix:PrimaryContentType = ("06", "25", "26", "27", "28", "29", "30") or onix:ProductContentType = ("06", "25", "26", "27", "28", "29", "30")]

@mattgarrish mattgarrish added the a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y-display-techniques-onix Issue with the onix accessibility metadata display techniques
Projects
None yet
Development

No branches or pull requests

1 participant