Skip to content

Comments

Remove draft#1

Closed
teoli2003 wants to merge 135 commits intodipikabh:mainfrom
teoli2003:remove-draft
Closed

Remove draft#1
teoli2003 wants to merge 135 commits intodipikabh:mainfrom
teoli2003:remove-draft

Conversation

@teoli2003
Copy link

Removing the last few occurrences of {{draft}} \o/

The last steps will be to mark it as deprecated in the meta-docs and update the macro in yari to raise a flaw.

teoli2003 and others added 30 commits March 29, 2022 11:02
`generateKey` returns a Promise. The variable names (`key` and `keyPair`) seem to indicate that these are actual values, but unawaited they are promises. Adding an await makes that more clear.
* Fix developers.google.com link

* Update files/en-us/web/api/console/dir/index.md

Co-authored-by: wbamberg <[email protected]>

Co-authored-by: wbamberg <[email protected]>
* PWA Add to home icon is now install menu

* typo

Co-authored-by: wbamberg <[email protected]>
* WebAPI: Clean syntax from property pages, part 11.1

* WebAPI: Clean syntax from property pages, part 11.2
* Fix grammar issue

* Update files/en-us/web/api/geolocation/clearwatch/index.md

Co-authored-by: Jean-Yves Perrier <[email protected]>

Co-authored-by: Jean-Yves Perrier <[email protected]>
Arrow functions does not have their own 'this' context. 
Replacing 'this' with 'volumeSlider' to access value property or we can replace the arrow function with 'function ()' and use 'this' to access value.
* FF98 Remove HTTP Large-Allocation

* Apply suggestions from code review

Co-authored-by: Ruth John <[email protected]>

Co-authored-by: Ruth John <[email protected]>
Correct `timeZoneName` and mention what default value of `timeZone` is.
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.9.69 to 0.9.71.
- [Release notes](https://github.com/mdn/yari/releases)
- [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
- [Commits](mdn/yari@v0.9.69...v0.9.71)

---
updated-dependencies:
- dependency-name: "@mdn/yari"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix private methods link

Add `/` to the private methods link to make it work.

* Update files/en-us/web/javascript/closures/index.md

Co-authored-by: wbamberg <[email protected]>

Co-authored-by: wbamberg <[email protected]>
* Update index.md adapting the module title

Because the other modules in this course also always have "CSS" in front of them.

* Change just the title not the slug

* Change text of links accordingly

* Change text of link accordingly
* Rewrites Site definition

* Make site definition friendlier

* typography

Co-authored-by: Daniel D. Beck <[email protected]>

* typography

Co-authored-by: Daniel D. Beck <[email protected]>

* typography

Co-authored-by: Daniel D. Beck <[email protected]>

* typography

Co-authored-by: Daniel D. Beck <[email protected]>

Co-authored-by: Will Bamberg <[email protected]>
Co-authored-by: Daniel D. Beck <[email protected]>
* Fix developers.google.com link

* fix
OnkarRuikar and others added 23 commits April 3, 2022 08:14
…inks (mdn#14617)

* Corrected grammar, punctuation and spelling errors

* Fixed broken links
* Replace var with let

* Update files/en-us/web/api/document/createelementns/index.md

Co-authored-by: Jean-Yves Perrier <[email protected]>

Co-authored-by: Jean-Yves Perrier <[email protected]>
* Corrected grammar

* Corrected grammar, punctuation and vocabulary

* Corrected punctuation and grammar
* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
* Update index.md

* Update index.md

* Update index.md
* Replace {{event)}} with domxref

* icegatherstatechange

* Fix payerdetailchange event.
@teoli2003
Copy link
Author

What the hell happened here? Closing this.

@teoli2003 teoli2003 closed this Apr 4, 2022
@teoli2003
Copy link
Author

Argh not in the repo. Sorry Dipika!

dipikabh pushed a commit that referenced this pull request Nov 22, 2023
* Add `cancel` event

https://html.spec.whatwg.org/multipage/indices.html#event-cancel:
Fired at dialog elements when they are canceled by the user (e.g., by pressing the Escape key), or at input elements in the File state when the user does not change their selection

* 📝 Make linter happy

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* 📝 Add an example

* 📝 highlight

* 🐛 typo

* 📝 Move cancel_event to HTMLElement

* 🔥 Removed original HTMLDialogElement/cancel_event

* 📝 Update all links

* 🐛 Sort redirects

* chore: Merge suggestion #1

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #2

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #3

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion #4

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion (5)

Co-authored-by: Estelle Weyl <[email protected]>

* chore: Merge suggestion (6)

Co-authored-by: Estelle Weyl <[email protected]>

* Update files/en-us/web/html/element/input/file/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: Estelle Weyl <[email protected]>
dipikabh pushed a commit that referenced this pull request Jan 4, 2024
* chore: replace create-react-app with vite

* chore: .js --> .jsx

* chore: add dev script section

* chore: update App component walkthrough

* fix: use correct h1 link

* feat: rewrite more

* chore: apply suggestions from review

Co-authored-by: Chris Mills <[email protected]>

* chore: fix npm script syntax

* chore: rewrite node install instructions

* chore: delete extraneous section

* chore: delete image from replacement code

* chore: add syntax explainer

* chore: clean up final section

* chore: rewrite jsx section

* chore: nitpick notes

* chore: delete React 17 note

* chore(nit): hard drive -> machine

* chore: apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* remove superfluous quote

* chore: replace create-react-app image with vite

* chore: index.jsx --> main.jsx

* chore: clean up prop-comment section

* chore: delete note on multi-word attributes

* chore: use code syntax in heading

* chore: change npm script note

* chore: update note again

* chore: fix image alt

* chore: apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* chore: replace rollup mention with generic bundler reference

* chore: document assets directory

* chore: document lockfile

* chore: disambiguate app function and component

* chore: add some

* Small App() related tweaks

---------

Co-authored-by: Chris Mills <[email protected]>
dipikabh pushed a commit that referenced this pull request Jan 17, 2024
* chore: replace create-react-app with vite

* chore: .js --> .jsx

* chore: add dev script section

* chore: update App component walkthrough

* fix: use correct h1 link

* feat: rewrite more

* chore: apply suggestions from review

Co-authored-by: Chris Mills <[email protected]>

* chore: fix npm script syntax

* chore: rewrite node install instructions

* chore: delete extraneous section

* chore: delete image from replacement code

* chore: add syntax explainer

* chore: clean up final section

* chore: rewrite jsx section

* chore: nitpick notes

* chore: delete React 17 note

* chore(nit): hard drive -> machine

* chore: apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* remove superfluous quote

* chore: replace create-react-app image with vite

* chore: index.jsx --> main.jsx

* chore: clean up prop-comment section

* chore: delete note on multi-word attributes

* chore: use code syntax in heading

* chore: change npm script note

* chore: update note again

* chore: fix image alt

* chore: apply suggestions from code review

Co-authored-by: Chris Mills <[email protected]>

* chore: replace rollup mention with generic bundler reference

* chore: document assets directory

* chore: document lockfile

* chore: disambiguate app function and component

* chore: add some

* Small App() related tweaks

---------

Co-authored-by: Chris Mills <[email protected]>
dipikabh pushed a commit that referenced this pull request Nov 4, 2024
fix: grammar in mixed_content md (#1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.