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

CSS selectors in 15.3.5 Bidirectional text are not in alphabetical order #10788

Open
Psychpsyo opened this issue Nov 21, 2024 · 3 comments
Open

Comments

@Psychpsyo
Copy link

What is the issue with the HTML Standard?

That section lists the search element right after the section element.
They should be swapped.

I sadly cannot fix this myself, as I prefer not to doxx myself on the internet.

@annevk
Copy link
Member

annevk commented Nov 22, 2024

I was going to fix this, but the longer I stare at

address, blockquote, center, div, figure, figcaption, footer, form, header, hr,
legend, listing, main, p, plaintext, pre, summary, xmp, article, aside, h1, h2,
h3, h4, h5, h6, hgroup, nav, section, search, table, caption, colgroup, col,
thead, tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i],
[dir=rtl i], [dir=auto i], *|* {

the less sure I am about the order that was intended here.

@hoover391git

This comment was marked as spam.

@tabatkins
Copy link
Contributor

Wait, this selector is mystifying. What's with the *|* there at the end, that's the super-universal selector, it subsumes the entire rest of the selector. I'm very confused.

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

No branches or pull requests

4 participants