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] Implement :-webkit-autofill in Firefox #1725

Closed
chrisdavidmills opened this issue Jan 25, 2021 · 8 comments
Closed

[CSS] Implement :-webkit-autofill in Firefox #1725

chrisdavidmills opened this issue Jan 25, 2021 · 8 comments
Assignees
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.

Comments

@chrisdavidmills
Copy link
Contributor

chrisdavidmills commented Jan 25, 2021

Acceptance criteria

    • The listed features are documented sufficiently on MDN
    • BCD is updated
    • Interactive example and data repos are updated if appropriate
    • The content has been reviewed as needed

Features to document

  1. :-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:

  • Set bugs to dev-doc-complete
  • Add entry to Firefox release notes if feature is enabled in release
  • Add entry to Firefox experimental features page if feature is not yet enabled in release
@chrisdavidmills chrisdavidmills added Content:CSS Cascading Style Sheets docs Firefox 86 labels Jan 25, 2021
@rachelandrew rachelandrew self-assigned this Jan 25, 2021
@rachelandrew
Copy link
Collaborator

@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?

@chrisdavidmills
Copy link
Contributor Author

@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 yarn content move command; see https://github.com/mdn/content#moving-one-or-more-documents

@rachelandrew
Copy link
Collaborator

hmm I'd done that by hand already, it's showing up at the new location just the redirect isn't working.

@chrisdavidmills
Copy link
Contributor Author

Hrm, ok, so that should work then. Can I have a look at your redirect syntax?

@rachelandrew
Copy link
Collaborator

ah just had a thought, needed to restart the server. Guess it only reads that file on start up?

@chrisdavidmills
Copy link
Contributor Author

Ah yes.

@rachelandrew
Copy link
Collaborator

I've updated the bugs, added to release notes. BCD is pending merge.

This isn't really a candidate for an Interactive Example.

@chrisdavidmills
Copy link
Contributor Author

This is all looking good; thanks @rachelandrew !

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2022
@bsmth bsmth added fx release archive A closed issue relating to firefox release notes for developers. and removed Firefox 86 labels Dec 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.
Projects
None yet
Development

No branches or pull requests

3 participants