-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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] Implement :-webkit-autofill
in Firefox
#1725
Comments
@chrisdavidmills there is now an :autofill pseudo added to the HTML 5 spec, and Firefox is implementing that with the webkit prefix as an alias. So I want to move the current page at https://developer.mozilla.org/en-US/docs/Web/CSS/:-webkit-autofill to https://developer.mozilla.org/en-US/docs/Web/CSS/:autofill I found the redirects file, but adding a redirect from the webkit version to autofill doesn't seem to be working (I get a 404) is there something else to do to move a page? |
@rachelandrew you also need to explicitly move the page to the new location in the repo, and update its title, slug, etc. This is done via the |
hmm I'd done that by hand already, it's showing up at the new location just the redirect isn't working. |
Hrm, ok, so that should work then. Can I have a look at your redirect syntax? |
ah just had a thought, needed to restart the server. Guess it only reads that file on start up? |
Ah yes. |
I've updated the bugs, added to release notes. BCD is pending merge. This isn't really a candidate for an Interactive Example. |
This is all looking good; thanks @rachelandrew ! |
Acceptance criteria
Features to document
:-webkit-autofill
. We already have a page about this, but it is pretty thin — could do with compat data, an interactive example, etc.Related Gecko bugs
For folks helping with Firefox-related documentation features — make sure above AC have been done, but also:
The text was updated successfully, but these errors were encountered: