-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
[DRAFT] New Learn: Cascade layers #17723
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MrBrain295
reviewed
Jun 28, 2022
Preview URLsFlawsURL:
(this comment was updated 2022-09-12 22:14:11.103803) |
Closes openwebdocs/project#94 |
* Bigints: update cryptography usage. See #18494 * Update files/en-us/web/javascript/reference/global_objects/bigint/index.md Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Add section on string coercion behavior * Copy edits * Remove mention of ToString * Deduplicate
* Add a section on checking is regex * Fixes
* Added information + Typo fixes * Update files/en-us/learn/accessibility/wai-aria_basics/index.md Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com> * Update index.md Corrected the wording for the browser support * Update files/en-us/learn/accessibility/wai-aria_basics/index.md Co-authored-by: Joshua Chen <sidachen2003@gmail.com> * Update files/en-us/learn/accessibility/wai-aria_basics/index.md * Update files/en-us/learn/accessibility/wai-aria_basics/index.md Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
* Mention Weak data structures in memory management * Mention web pages * Elaborate on theoretical stuff * Change heading text * Update files/en-us/web/javascript/memory_management/index.md * Update files/en-us/web/javascript/memory_management/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
On line 588, in the last example under the Functions heading, just above the Anonymous Functions heading, the value for avg(1,2) is given as 1.5 in the comments. But considering the function defined above the sum is divided by 3 regardless of number of arguments. So it will return 1.
Co-authored-by: Michael[tm] Smith <mike@w3.org>
Co-authored-by: de-oz <101826623+de-oz@users.noreply.github.com>
* Fix typos * use 'some of the'
* Fix a typo in 'lable for' * Change to 'dwarfs' from 'drawfs' * Update email list id * Update files/en-us/web/html/attributes/multiple/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
* Align for...in syntax and page structure with for...of * Add a section in for page
* FF105 RelNote: TextEncoderStream, TextDecoderStream * Minor clarification Co-authored-by: Brian Thomas Smith <brian@smith.berlin>
* Fixes to drag operations page * Fix a typo * Fix page title * Update files/en-us/web/api/html_drag_and_drop_api/drag_operations/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
* Drop BCD table from @scroll-timeline article This is a follow-up to #19056 w3c/csswg-drafts@fc6766d dropped the scroll-timeline at-rule from the “Scroll-linked Animations” spec The feature was only ever implemented in Firefox, and only behind a flag, and given that it’s been dropped from the spec, it seems very unlikely to ever be shipped (un-flagged) in Firefox (or in any other browser). * Update files/en-us/web/css/@scroll-timeline/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/css/@scroll-timeline/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
* HTML: remove deprecated <style type='text/css'> attribute * revert the change in release doc
* style: run prettier on web/g-j * fix: re-escape HTML in alt * Update files/en-us/web/javascript/reference/global_objects/asyncgeneratorfunction/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/guide/houdini/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/guide/mobile/mobile-friendliness/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/html/attributes/rel/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/html/element/marquee/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/html/element/marquee/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/html/element/thead/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * Update files/en-us/web/javascript/reference/global_objects/number/number/index.md Co-authored-by: Joshua Chen <sidachen2003@gmail.com> * Update files/en-us/web/javascript/reference/global_objects/intl/collator/collator/index.md * Apply suggestions from code review Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> * fix: markdownlint issue * Update files/en-us/web/javascript/reference/global_objects/intl/collator/collator/index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
…0587) Reduces review load for @mdn/core-dev.
Add a space in comments, change from ej: "//Bob now exists" to "// Bob now exists". I think it improves reading having a space and it's a convention.
I think it improves reading as is more easy view what happens, if the dot is before the word. From line 451 to 453 is used the convention that I'm trying to add here. example change from " Athlete. find(). where('sport').equals('Tennis') " to " Athlete .find() .where('sport').equals('Tennis') ".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Content:Accessibility
Accessibility docs
Content:Glossary
Glossary entries
Content:Learn
Learning area docs
Content:Other
Any docs not covered by another "Content:" label
Content:WebAPI
Web API docs
Content:WebExt
WebExtensions docs
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Supporting details
Related issues
Metadata