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

Something is wrong with the menu at the top of https://html.spec.whatwg.org/ #6785

Open
SleeplessinDC opened this issue Jun 18, 2021 · 1 comment

Comments

@SleeplessinDC
Copy link

https://html.spec.whatwg.org/commit-snapshots/eaf1d5aacab651f96f8bd5726d450ad9760d1a08/

I try to click on the One-Page Version at https://html.spec.whatwg.org/
The menu item for the Multipage Version pops up and can't be cleared.

html-standard-menu

@annevk
Copy link
Member

annevk commented Jun 21, 2021

That's intentional:

@keyframes stand-out {
  0%, 95% { transform: scale(1.4); box-shadow: 0 2px 10px gray; }
}
html:not(.split) #multipage-link { animation: 10s ease 0s 1 stand-out; }

(We should maybe move that from standard.css to a stylesheet specific to HTML though.)

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

No branches or pull requests

3 participants
@annevk @SleeplessinDC and others