-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync from original #1
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34d1ebe - Browse repository at this point
Copy the full SHA 34d1ebeView commit details -
Update index.html for BarcodeDetectionAPI (#2784)
Fix a missing closing parenthesis in code sample.
Configuration menu - View commit details
-
Copy full SHA for d19954a - Browse repository at this point
Copy the full SHA d19954aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1ac79 - Browse repository at this point
Copy the full SHA cd1ac79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79d533 - Browse repository at this point
Copy the full SHA e79d533View commit details
Commits on Mar 2, 2021
-
Content-Length added to CORs safelisted headers (#2766)
* Access-Control-Expose-Headers clarification * Improve the description of safelisted headers * Content-Length - added to safelisted * FF86 Release note Co-authored-by: Michael[tm] Smith <mike@w3.org>
Configuration menu - View commit details
-
Copy full SHA for 280bcc3 - Browse repository at this point
Copy the full SHA 280bcc3View commit details -
Update CSS “isolation” doc (#2790)
I added that it is often used in conjunction with z-index too, since it creates a new stacking context which does not interact with the content surrounding it. This is especially true for the body, which has a default z-index of auto and prevents the user from interacting with elements with a negative z-index if isolation is set to none. See https://coder-coder.com/z-index-isnt-working/ for more information.
gadhdhds authoredMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for d55d6fc - Browse repository at this point
Copy the full SHA d55d6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b81fb9c - Browse repository at this point
Copy the full SHA b81fb9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f79ab - Browse repository at this point
Copy the full SHA 09f79abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1277254 - Browse repository at this point
Copy the full SHA 1277254View commit details -
HTTP Referrer-Policy - new default value in spec (#2792)
* HTTP Referer-Policy - new default value in spec * HTTP Referer header - better links to policy * Referer security concerns: minor subedit * Add release notes, improve directives
Configuration menu - View commit details
-
Copy full SHA for 297b6e6 - Browse repository at this point
Copy the full SHA 297b6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da9351 - Browse repository at this point
Copy the full SHA 8da9351View commit details -
FF87 Preference for credentials in CORS preflight request (#2558)
* Update CORS doc with section on credentials in preflight * improve wording * Using Fetch: Fix flaws * Cross link to cors docs from Using Fetch * Add release note * Minor fix * Change not typically to should not * Fix up fetch API cookie sending mess * Update files/en-us/mozilla/firefox/releases/87/index.html Co-authored-by: Anne van Kesteren <annevk@annevk.nl> * Clarify when cross site cookies are sent * Fixes due to feedback from annevk * copy edit * copy edit * Fixes following feedback Co-authored-by: Anne van Kesteren <annevk@annevk.nl> Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 7a1b219 - Browse repository at this point
Copy the full SHA 7a1b219View commit details -
Add deprecated header to WebVR docs (#2781)
This change adds a deprecated header to the articles and subarticles for the following features: - VRDisplayCapabilities - VRDisplayEvent - VRDisplay - VREyeParameters - VRFrameData - VRLayerInit - VRPose - VRStageParameters Related: #80
Configuration menu - View commit details
-
Copy full SHA for 1694b6a - Browse repository at this point
Copy the full SHA 1694b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f9124 - Browse repository at this point
Copy the full SHA 53f9124View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea63080 - Browse repository at this point
Copy the full SHA ea63080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c66c67 - Browse repository at this point
Copy the full SHA 6c66c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c92b6 - Browse repository at this point
Copy the full SHA 45c92b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12feaf3 - Browse repository at this point
Copy the full SHA 12feaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af100a - Browse repository at this point
Copy the full SHA 3af100aView commit details -
fix: HTML validation issues (#2814)
- Depreceated `summary` on tables - Unopened STRONG and CODE tags - Duplicate IDs - Space in ID value
Configuration menu - View commit details
-
Copy full SHA for f37c24d - Browse repository at this point
Copy the full SHA f37c24dView commit details
Commits on Mar 3, 2021
-
Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com> Co-authored-by: Andrew Somers <Myndex@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d207f0 - Browse repository at this point
Copy the full SHA 4d207f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4dc80 - Browse repository at this point
Copy the full SHA ce4dc80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e70a5 - Browse repository at this point
Copy the full SHA 81e70a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9733300 - Browse repository at this point
Copy the full SHA 9733300View commit details -
Fixed cssxref errors in learn/css/css_layout/grids to prevent double-…
…double parentheses from appearing (#2808)
Configuration menu - View commit details
-
Copy full SHA for 4bd2f27 - Browse repository at this point
Copy the full SHA 4bd2f27View commit details -
Remove never-supported MathML features (#2691)
* Remove never-supported MathML element <mglyph> * Remove never-supported MathML <math> attribute overflow * Remove never-supported MathML element <mlabeledtr> * Remove never-supported MathML <mo> attributes form, largeop * Remove never-supported MathML <mspace> attribute linebreak * Remove never-supported MathML <mystyle> attribute decimalpoint * Remove never-supported MathML <mtable> attributes: alignmentscope, columnwidth, equalcolumns, equalrows, groupalign, minlabelspacing, side * Remove never-supported MathML <mtd> attribute groupalign mdn/browser-compat-data#6958 * Remove never-supported MathML <mtr> attribute groupalign mdn/browser-compat-data#6958 * Remove more <mglyph> mentions * Remove more <mlabeledtr> mentions * Remove more <math> attribute overflow mentions * Remove more <mo> attributes form and largeop mentions * Remove more <mspace> attribute linebreak mentions * Remove more <mstyle> attribute decimalpoint mentions * Remove more mentions of <mtable> attributes: alignmentscope columnwidth equalcolumns equalrows groupalign minlabelspacing side * Remove more <mtd> attribute groupalign mentions * Remove more <mtr> attribute groupalign mentions * Remove columnwidth dd left behind in 7b2b659
Configuration menu - View commit details
-
Copy full SHA for 44112ad - Browse repository at this point
Copy the full SHA 44112adView commit details -
Typo: add Svelte tutorial to the list (#2823)
* Typo: add Svelte tutorial to the list * Fix link text and wording
Configuration menu - View commit details
-
Copy full SHA for ec35fbd - Browse repository at this point
Copy the full SHA ec35fbdView commit details -
Split pictureInPictureElement to avoid mixin page (#2653)
* yarn content move Web/API/DocumentOrShadowRoot/pictureInPictureElement Web/API/Document/pictureInPictureElement * Update document.pictureInPictureElement * Add propety to document interface page * Fix various links * Add property to ShadowRoot page * Change HTMLVideoElement to Element (as per spec) * Add new page for ShadowRoot.pictureInPictureElement * copy edit * Address feedback * Manually update wrong redirect Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 69b0fa8 - Browse repository at this point
Copy the full SHA 69b0fa8View commit details -
Mark WEBGL_compressed_texture_atc deprecated (#2805)
We use *deprecated* now (rather than *obsolete*).
Configuration menu - View commit details
-
Copy full SHA for 5de2470 - Browse repository at this point
Copy the full SHA 5de2470View commit details -
Add Serial API Content (#2700)
* Add Serial interface and its members. * Add SerialPort interface and its members. * Tidy up of existing pages * Update files/en-us/web/api/serial/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/open/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/writable/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/ondisconnect/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/onconnect/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/onconnect/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serial/requestport/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serial/onconnect/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serial/requestport/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serialport/onconnect/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> * Update files/en-us/web/api/serial/index.html Co-authored-by: Ruth John <Rumyra@users.noreply.github.com> Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk> Co-authored-by: Rachel Andrew <rachel.andrew@edgeofmyseat.com> Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbce399 - Browse repository at this point
Copy the full SHA bbce399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd6db3 - Browse repository at this point
Copy the full SHA 5dd6db3View commit details -
Navigator.serial and WorkerNavigator.serial (#2806)
* Navigator.serial and WorkerNavigator.serial * Update files/en-us/web/api/navigator/serial/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/workernavigator/serial/index.html Co-authored-by: Joe Medley <jmedley@google.com> Co-authored-by: Joe Medley <jmedley@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9244705 - Browse repository at this point
Copy the full SHA 9244705View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabd8d2 - Browse repository at this point
Copy the full SHA dabd8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbbcf1 - Browse repository at this point
Copy the full SHA 2cbbcf1View commit details -
docs: rephrase <nobr> situation statement (#2838)
Addressing the fact that `nobr` does enjoy wide support.
Configuration menu - View commit details
-
Copy full SHA for c2fbb0e - Browse repository at this point
Copy the full SHA c2fbb0eView commit details
Commits on Mar 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd93dcb - Browse repository at this point
Copy the full SHA fd93dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a479122 - Browse repository at this point
Copy the full SHA a479122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e40d66 - Browse repository at this point
Copy the full SHA 4e40d66View commit details -
Removed errant < within H3 heading (#2846)
"Methods of the Date object" had an errant '<' visible within text. Originally "Methods of the Date< object"
Configuration menu - View commit details
-
Copy full SHA for f2f028f - Browse repository at this point
Copy the full SHA f2f028fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a94f3c - Browse repository at this point
Copy the full SHA 4a94f3cView commit details -
flaws and double brackets in image (#2855)
* flaws and double brackets in image * fix
Configuration menu - View commit details
-
Copy full SHA for b5dfd4a - Browse repository at this point
Copy the full SHA b5dfd4aView commit details -
Update href to correct section (#2828)
- match the "mid-air collisions" to the corresponding reference
Configuration menu - View commit details
-
Copy full SHA for 099fd02 - Browse repository at this point
Copy the full SHA 099fd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7d626 - Browse repository at this point
Copy the full SHA 6c7d626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa71dc - Browse repository at this point
Copy the full SHA 5aa71dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d22b300 - Browse repository at this point
Copy the full SHA d22b300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd1ad5 - Browse repository at this point
Copy the full SHA 2dd1ad5View commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efef61e - Browse repository at this point
Copy the full SHA efef61eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbd36d - Browse repository at this point
Copy the full SHA 1bbd36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4345c13 - Browse repository at this point
Copy the full SHA 4345c13View commit details -
Make the PWA code more modern and readable (#1207)
* Make the PWA code more modern and readable * curly braces * escape < * remove log
Configuration menu - View commit details
-
Copy full SHA for a82bd45 - Browse repository at this point
Copy the full SHA a82bd45View commit details -
Drop mglyph and mlabeledtr from redirects file (#2871)
The mglyph and mlabeledtr articles were removed in 44112ad (#2691), but some dangling redirects got left behind. #2866 (comment) is a CI failure this caused.
Configuration menu - View commit details
-
Copy full SHA for ba62f21 - Browse repository at this point
Copy the full SHA ba62f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c3cde - Browse repository at this point
Copy the full SHA 86c3cdeView commit details -
typo fix ("it's" to "its") (#2876)
kilyerd authoredMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b98976d - Browse repository at this point
Copy the full SHA b98976dView commit details -
run redirect checks on content change (#2875)
In case something got moved or deleted.
Configuration menu - View commit details
-
Copy full SHA for c4d44e1 - Browse repository at this point
Copy the full SHA c4d44e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f87af6b - Browse repository at this point
Copy the full SHA f87af6bView commit details -
This fixes typo in the example section .
Configuration menu - View commit details
-
Copy full SHA for f6546f4 - Browse repository at this point
Copy the full SHA f6546f4View commit details -
Changes to margin-block and margin-inline (#2859)
* Fixed cssxref errors in learn/css/css_layout/grids to prevent double-double parentheses from appearing * Upgraded LiveSample for margin-inline * Upgraded LiveSample for margin-inline * Upgraded LiveSample for margin-block * Tweaked LiveSample for margin-inline * Tweaked LiveSample for margin-block * Minor edit to margin-block * Minor edits to margin-block and margin-inline
Configuration menu - View commit details
-
Copy full SHA for 4fdf7b2 - Browse repository at this point
Copy the full SHA 4fdf7b2View commit details -
* clipboarditem updates * casing * dancing * dancing * Update files/en-us/web/api/clipboarditem/clipboarditem/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/clipboarditem/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/clipboarditem/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/clipboarditem/presentationstyle/index.html Co-authored-by: Joe Medley <jmedley@google.com> * fixes Co-authored-by: Joe Medley <jmedley@google.com>
Configuration menu - View commit details
-
Copy full SHA for 10a2e1d - Browse repository at this point
Copy the full SHA 10a2e1dView commit details -
Fix Beacon API and page lifecycle event guidance (#2866)
* Issue 2692: Update Beacon API docs * Issue 2692: Update event pages * Issue 2692: delete 'Using the Beacon API' * Fix _redirects file * Fix _redirects.txt Ran `yarn content fix-redirects en-us` and it fixed the _redirects.txt file — by moving the /en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API line where it’s apparently expected. From that I infer the problem was that the linter expects the file to be sorted, and the /en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API line was out of sort order. * Copy-edit: improve wording Co-authored-by: Michael[tm] Smith <mike@w3.org> * Copy-edit: improve wording Co-authored-by: Michael[tm] Smith <mike@w3.org> * Use an ordered list for a series of linked steps Co-authored-by: Michael[tm] Smith <mike@w3.org> * Use an ordered list for a series of linked steps Co-authored-by: Michael[tm] Smith <mike@w3.org> * Use en-US spelling Co-authored-by: Michael[tm] Smith <mike@w3.org> * Use an ordered list for a series of linked steps Co-authored-by: Michael[tm] Smith <mike@w3.org> * Copy-edit: improve wording Co-authored-by: Michael[tm] Smith <mike@w3.org> * Use an ordered list for a series of linked steps Co-authored-by: Michael[tm] Smith <mike@w3.org> * Copy-edit: improve wording Co-authored-by: Michael[tm] Smith <mike@w3.org> Co-authored-by: Michael[tm] Smith <mike@w3.org>
Configuration menu - View commit details
-
Copy full SHA for 7920663 - Browse repository at this point
Copy the full SHA 7920663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3614f - Browse repository at this point
Copy the full SHA 9d3614fView commit details -
Update spelling to en-US: "organise"->"organize" (#2495)
* Update index.html organise -> organize * Update files/en-us/learn/server-side/django/admin_site/index.html Co-authored-by: wbamberg <will@bootbonnet.ca>
Configuration menu - View commit details
-
Copy full SHA for 2df9aea - Browse repository at this point
Copy the full SHA 2df9aeaView commit details
Commits on Mar 6, 2021
-
Fixed the spelling of "follow" from "follw" in the "HTML attribute: step" documentation page
Configuration menu - View commit details
-
Copy full SHA for efea128 - Browse repository at this point
Copy the full SHA efea128View commit details -
Fix spec link in showOpenFilePicker doc (#2737)
* Push the “fixable flaws” button * Fix spec link in showOpenFilePicker doc Fixes #2337 * Update files/en-us/web/api/window/showopenfilepicker/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> Co-authored-by: wbamberg <will@bootbonnet.ca>
Configuration menu - View commit details
-
Copy full SHA for 4900d90 - Browse repository at this point
Copy the full SHA 4900d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757f987 - Browse repository at this point
Copy the full SHA 757f987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732d3f1 - Browse repository at this point
Copy the full SHA 732d3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96ba90 - Browse repository at this point
Copy the full SHA f96ba90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0cf63 - Browse repository at this point
Copy the full SHA 4d0cf63View commit details -
Added reference to the File System Access API (#2574)
* Added reference to the File System Access API This page currently lists Ajax solutions as the only option for read files by pathname, but it should also reference the File System Access API. * Whoops, forgot a closing paren * Updated first two agreed changes * Clarify restrictions on FileReader; remove note formatting Co-authored-by: Will <>
Configuration menu - View commit details
-
Copy full SHA for 261cdd7 - Browse repository at this point
Copy the full SHA 261cdd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d380df - Browse repository at this point
Copy the full SHA 5d380dfView commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fddeceb - Browse repository at this point
Copy the full SHA fddecebView commit details -
Removed redundant parentheses (#2904)
Removed reduntant parentheses from CSS attr() function reference
Configuration menu - View commit details
-
Copy full SHA for 1ba2b0a - Browse repository at this point
Copy the full SHA 1ba2b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7545bda - Browse repository at this point
Copy the full SHA 7545bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f89d77d - Browse repository at this point
Copy the full SHA f89d77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256a46e - Browse repository at this point
Copy the full SHA 256a46eView commit details -
use const instead of let declaration for some vars (#2912)
In the live version of the sequencer this page describes how to create, there exists a commit that does the same thing as this commit does for this page, except it does it for all applicable variable declarations, instead of the subset I verified on this page. There are probably more variable declarations that can use `const` instead of `let` on this page. See mdn/webaudio-examples@1217eb8.
Configuration menu - View commit details
-
Copy full SHA for 2564f04 - Browse repository at this point
Copy the full SHA 2564f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad992c6 - Browse repository at this point
Copy the full SHA ad992c6View commit details
Commits on Mar 8, 2021
-
Fix minor issue in 'using screen capture api' article (#2916)
Nick Yamane authoredMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 2a5e7c4 - Browse repository at this point
Copy the full SHA 2a5e7c4View commit details -
Mention case sensitivity in lead of String.p.includes doc (#2908)
It is rather key that `includes` performs a _case-sensitive_ search for the `searchString` provided. As such, I thought it would be good to include this in the opening paragraph.
Schalk Neethling authoredMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 74347d4 - Browse repository at this point
Copy the full SHA 74347d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2a68a - Browse repository at this point
Copy the full SHA 4a2a68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d94cc67 - Browse repository at this point
Copy the full SHA d94cc67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ff165 - Browse repository at this point
Copy the full SHA 75ff165View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6038b - Browse repository at this point
Copy the full SHA dc6038bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc9bd6d - Browse repository at this point
Copy the full SHA fc9bd6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d2cbe - Browse repository at this point
Copy the full SHA 42d2cbeView commit details -
List hgroup only as a deprecated element (#2902)
The `hgroup` element is deprecated. It is currently listed at the bottom of the [HTML elements reference page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) under the [Obsolete and deprecated elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements) section, but also appears alongside non-deprecated elements in the [Content sectioning](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning) section. Removing this tag will remove it from the section of non-deprecated elements, created from the reference on [line 38 of elements/index.html](https://github.com/mdn/content/blob/f37c24de21200c64921064e536ea591d71df6cb3/files/en-us/web/html/element/index.html#L38).
Configuration menu - View commit details
-
Copy full SHA for f7d113e - Browse repository at this point
Copy the full SHA f7d113eView commit details -
FF87 Color scheme simulation updates (#2562)
* Experimental features: remove color-scheme-simulation pref * Cross link the media query to the developer tools * Initial work on Examine/edit CSS page * Fix up images and docs * Add release note for FF87 * Also add see also link to page inspector tools * Compressed images * Fixes following feedback * updates following bcd feedback * small correction Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 3312c24 - Browse repository at this point
Copy the full SHA 3312c24View commit details -
Clarify what gets percent-encoded in data URLs (#2856)
* Push the “fixable flaws” button * Clarify what gets percent-encoded in data URLs Also fixes #2840
Configuration menu - View commit details
-
Copy full SHA for 4ae2052 - Browse repository at this point
Copy the full SHA 4ae2052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fab5bd - Browse repository at this point
Copy the full SHA 1fab5bdView commit details -
adding issue/pr templates (#2906)
* adding issue/pr templates * clarifying text as per sideshowbarker comment
Configuration menu - View commit details
-
Copy full SHA for d59c1e4 - Browse repository at this point
Copy the full SHA d59c1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6da8226 - Browse repository at this point
Copy the full SHA 6da8226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72ccd27 - Browse repository at this point
Copy the full SHA 72ccd27View commit details -
Deprecate NavigatorPlugins, its subfeatures, and related objects (#2869)
Configuration menu - View commit details
-
Copy full SHA for 2e82643 - Browse repository at this point
Copy the full SHA 2e82643View commit details -
Doc that navigator.javaEnabled() is always false (#2867)
https://html.spec.whatwg.org/multipage/obsolete.html#dom-navigator-javaenabled Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c4d4c9 - Browse repository at this point
Copy the full SHA 1c4d4c9View commit details -
Remove members from ClipboardItem doc (#2934)
Removing lastModified, delayed and createDelayed(). As we are not adding them to BCD it's also confusing to have them on the landing page.
Configuration menu - View commit details
-
Copy full SHA for 4d20839 - Browse repository at this point
Copy the full SHA 4d20839View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec09e26 - Browse repository at this point
Copy the full SHA ec09e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a07d3 - Browse repository at this point
Copy the full SHA d1a07d3View commit details -
Moving beforeinput & getTargetRanges to release notes (#2939)
* updates * copy edit * copy edit * copy edit Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for f829b72 - Browse repository at this point
Copy the full SHA f829b72View commit details -
Trusted Types API Overview (#2883)
* Trusted Types API Overview * Update files/en-us/web/api/trusted_types_api/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/trusted_types_api/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/trusted_types_api/index.html Co-authored-by: Joe Medley <jmedley@google.com> * Update files/en-us/web/api/trusted_types_api/index.html Co-authored-by: Joe Medley <jmedley@google.com> Co-authored-by: Joe Medley <jmedley@google.com>
Configuration menu - View commit details
-
Copy full SHA for a01bb2e - Browse repository at this point
Copy the full SHA a01bb2eView commit details -
Clarify that lastIndex is RegExp instance property, not a static prop…
…erty (#2725) * Push the “fixable flaws” button * Clarify: lastIndex is RegExp instance property This change updates the RegExp article to correct a misclassification of lastIndex as a static property; it’s not a static property, but instead an instance property. However, it’s not a property of RegExp.prototype but instead is only exposed from RegExp instances — so this change adds some special-casing for that in the article for lastIndex itself, as well as in the RegExp article. Fixes #2708 * Use "RegExp: lastIndex" in list
Configuration menu - View commit details
-
Copy full SHA for 2324696 - Browse repository at this point
Copy the full SHA 2324696View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3293e - Browse repository at this point
Copy the full SHA ea3293eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7243b80 - Browse repository at this point
Copy the full SHA 7243b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25adfb3 - Browse repository at this point
Copy the full SHA 25adfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f890cd1 - Browse repository at this point
Copy the full SHA f890cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19f2be - Browse repository at this point
Copy the full SHA d19f2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1547f2 - Browse repository at this point
Copy the full SHA c1547f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526a4d3 - Browse repository at this point
Copy the full SHA 526a4d3View commit details
Commits on Mar 9, 2021
-
Add <code></code> tags to header in JS Boolean doc (consistency) (#2956)
This achieves consistency with a similar header that uses <code></code> tags, in the same article.
Configuration menu - View commit details
-
Copy full SHA for fcb7030 - Browse repository at this point
Copy the full SHA fcb7030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f82e5a - Browse repository at this point
Copy the full SHA 7f82e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de69e53 - Browse repository at this point
Copy the full SHA de69e53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbb0d6 - Browse repository at this point
Copy the full SHA 8dbb0d6View commit details -
Add separate page for DOMParser.parseFromString (#2957)
* Split out DOMParser.parseFromString; fix various errors and omissions in the DOMParser docs * Escape HTML in examples * Fix fixable flaws * "a HTML Document" -> "an HTML Document" Co-authored-by: Michael[tm] Smith <mike@w3.org> * "a HTML" -> "an HTML" Co-authored-by: Michael[tm] Smith <mike@w3.org> * Code formatting for MIME type Co-authored-by: Michael[tm] Smith <mike@w3.org> Co-authored-by: Will <> Co-authored-by: Michael[tm] Smith <mike@w3.org>
Configuration menu - View commit details
-
Copy full SHA for 39c006a - Browse repository at this point
Copy the full SHA 39c006aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdda337 - Browse repository at this point
Copy the full SHA fdda337View commit details -
<wbr>
is an element, not a property; also improved grammar. (#2931)* `<wbr>` is an element, not a property; grammar. * Rephrase sentence for correctness and simplicity * Update files/en-us/web/css/css_text/wrapping_text/index.html Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk>
Configuration menu - View commit details
-
Copy full SHA for d714a90 - Browse repository at this point
Copy the full SHA d714a90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9b05b - Browse repository at this point
Copy the full SHA 6d9b05bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f1dd6 - Browse repository at this point
Copy the full SHA b0f1dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1aac7e - Browse repository at this point
Copy the full SHA f1aac7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ba926 - Browse repository at this point
Copy the full SHA b1ba926View commit details -
Perceived performance update (#2918)
* Perceived performance - reorg * Feedback fixes and cut back glossary * Further fixes
Configuration menu - View commit details
-
Copy full SHA for 151b4cd - Browse repository at this point
Copy the full SHA 151b4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a29a5 - Browse repository at this point
Copy the full SHA 39a29a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec48c5b - Browse repository at this point
Copy the full SHA ec48c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 085be4a - Browse repository at this point
Copy the full SHA 085be4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 701f5bc - Browse repository at this point
Copy the full SHA 701f5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0cec40 - Browse repository at this point
Copy the full SHA a0cec40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e6b77 - Browse repository at this point
Copy the full SHA c6e6b77View commit details -
chore(deps): bump @mdn/yari from 0.4.238 to 0.4.244 (#2979)
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.238 to 0.4.244. - [Release notes](https://github.com/mdn/yari/releases) - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md) - [Commits](mdn/yari@v0.4.238...v0.4.244) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0304997 - Browse repository at this point
Copy the full SHA 0304997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 864f3ff - Browse repository at this point
Copy the full SHA 864f3ffView commit details -
Fix broken links in NSS project (#2960)
* Fix broken links in NSS project * Update files/en-us/mozilla/projects/nss/ssl_functions/old_ssl_reference/index.html Co-authored-by: Peter Bengtsson <peterbe@mozilla.com> Co-authored-by: Peter Bengtsson <peterbe@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for cec9e8e - Browse repository at this point
Copy the full SHA cec9e8eView commit details
Commits on Mar 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3e87c8d - Browse repository at this point
Copy the full SHA 3e87c8dView commit details -
* Fixes #iss2521 * Added the suggested changes * Splitted it in 3 sections * Update files/en-us/web/javascript/reference/operators/instanceof/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> * Update files/en-us/web/javascript/reference/operators/instanceof/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> * Update files/en-us/web/javascript/reference/operators/instanceof/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> * Update files/en-us/web/javascript/reference/operators/instanceof/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> * Remove extra heading Co-authored-by: wbamberg <will@bootbonnet.ca> Co-authored-by: Will <>
Configuration menu - View commit details
-
Copy full SHA for 49e2975 - Browse repository at this point
Copy the full SHA 49e2975View commit details -
Configuration menu - View commit details
-
Copy full SHA for d846b53 - Browse repository at this point
Copy the full SHA d846b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c0cc5 - Browse repository at this point
Copy the full SHA 82c0cc5View commit details -
adding doc priorities explainer (#2937)
* adding doc priorities explainer * updates based on wbamberg feedback * add numbers of documents in each tree/tier * alphabetize all the things
Configuration menu - View commit details
-
Copy full SHA for 7672c76 - Browse repository at this point
Copy the full SHA 7672c76View commit details -
glossary entry for Khronos Group (#2994)
* glossary entry * copy edit Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 4b40815 - Browse repository at this point
Copy the full SHA 4b40815View commit details -
Update ConstrainLong to ConstrainULong everywhere (#2995)
It's already a redirect. Also one last instance of LongRange.
Configuration menu - View commit details
-
Copy full SHA for 625907d - Browse repository at this point
Copy the full SHA 625907dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c5d7b - Browse repository at this point
Copy the full SHA e5c5d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aec7ca0 - Browse repository at this point
Copy the full SHA aec7ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b4daf - Browse repository at this point
Copy the full SHA a2b4dafView commit details -
chore(deps): bump @mdn/yari from 0.4.244 to 0.4.248 (#2998)
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.244 to 0.4.248. - [Release notes](https://github.com/mdn/yari/releases) - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md) - [Commits](mdn/yari@v0.4.244...v0.4.248) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be13e66 - Browse repository at this point
Copy the full SHA be13e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cdbb8e - Browse repository at this point
Copy the full SHA 1cdbb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2deb01d - Browse repository at this point
Copy the full SHA 2deb01dView commit details
Commits on Mar 11, 2021
-
fixing problem and moving example (#2993)
Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a32c8f - Browse repository at this point
Copy the full SHA 4a32c8fView commit details -
Fixable flaws on the color_value page (#2930)
Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f140209 - Browse repository at this point
Copy the full SHA f140209View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb2599 - Browse repository at this point
Copy the full SHA eeb2599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bab797 - Browse repository at this point
Copy the full SHA 1bab797View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fe9ae - Browse repository at this point
Copy the full SHA f6fe9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c63452 - Browse repository at this point
Copy the full SHA 7c63452View commit details -
csp: script-src: examples: avoid id collision (#3008)
Avoids an id/anchor collision between Example's and Sources's strict-dynamic sections. This document embeds the Sources section from `Web/HTTP/Headers/Content-Security-Policy/default-src` which already sets a `strict-dynamic` id, and both end up in the resulting page[1]. Consequently, the `strict-dynamic` anchor in this document here - the second one in the DOM - was not linkable as desired. This change is a bit desperate as it is only a manual solution for the one problem I spotted. A systemic solution would be preferred. I can envision e.g. consistently tagging the sources - so all of them become linkable - and doing so with a "sources" prefix to limit the likelihood of collisions but that would break existing links/bookmarks. I assume this is not the first time a problem like this popped up in a large project like this and maybe someone has a goto solution which can be applied as a follow-up. [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src
Configuration menu - View commit details
-
Copy full SHA for ae2dca5 - Browse repository at this point
Copy the full SHA ae2dca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f3618 - Browse repository at this point
Copy the full SHA e3f3618View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69c672 - Browse repository at this point
Copy the full SHA f69c672View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0916c4 - Browse repository at this point
Copy the full SHA d0916c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cb4c7 - Browse repository at this point
Copy the full SHA 26cb4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbeb5e2 - Browse repository at this point
Copy the full SHA cbeb5e2View commit details -
Add a BCD table to the Subgrid page (#3024)
There's also a "css.properties.grid-template-rows.subgrid" entry in BCD, but its status should be the same.
Configuration menu - View commit details
-
Copy full SHA for a0a0a04 - Browse repository at this point
Copy the full SHA a0a0a04View commit details -
adding complete beginner starter guides (#2874)
* adding complte beginner starter guides * fixing markdown linting errors
Configuration menu - View commit details
-
Copy full SHA for b4792ed - Browse repository at this point
Copy the full SHA b4792edView commit details -
chore(deps): bump @mdn/yari from 0.4.248 to 0.4.253 (#3018)
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.248 to 0.4.253. - [Release notes](https://github.com/mdn/yari/releases) - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md) - [Commits](mdn/yari@v0.4.248...v0.4.253) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2290f01 - Browse repository at this point
Copy the full SHA 2290f01View commit details -
adding shared processes (#2947)
* adding shared processes * making changes to address Ryuno-Ki comments
Configuration menu - View commit details
-
Copy full SHA for 7eeaf36 - Browse repository at this point
Copy the full SHA 7eeaf36View commit details -
add initial rfc to repo (#3011)
* add initial rfc to repo * update table markdown, add rfcs to markdown linting
Configuration menu - View commit details
-
Copy full SHA for 6d19857 - Browse repository at this point
Copy the full SHA 6d19857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5c6b0 - Browse repository at this point
Copy the full SHA 7e5c6b0View commit details -
Split DocumentOrShadowRoot/getAnimations mixin page under real interf…
…ace pages (#3029) * Move page and update links * Add docs for ShadowRoot.getAnimations
Configuration menu - View commit details
-
Copy full SHA for eea241d - Browse repository at this point
Copy the full SHA eea241dView commit details -
Remove Response.useFinalURL (#3031)
This appears to have never been a real thing. See mdn/browser-compat-data#9386
Configuration menu - View commit details
-
Copy full SHA for ff35478 - Browse repository at this point
Copy the full SHA ff35478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08484b3 - Browse repository at this point
Copy the full SHA 08484b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89127d8 - Browse repository at this point
Copy the full SHA 89127d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b8c9c - Browse repository at this point
Copy the full SHA f4b8c9cView commit details
Commits on Mar 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f0cfd43 - Browse repository at this point
Copy the full SHA f0cfd43View commit details -
text revision for US English spelling and clarity (#3049)
dialogue -> speech
Configuration menu - View commit details
-
Copy full SHA for f62d664 - Browse repository at this point
Copy the full SHA f62d664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86de129 - Browse repository at this point
Copy the full SHA 86de129View commit details -
Configuration menu - View commit details
-
Copy full SHA for a126832 - Browse repository at this point
Copy the full SHA a126832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814f954 - Browse repository at this point
Copy the full SHA 814f954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960c8e7 - Browse repository at this point
Copy the full SHA 960c8e7View commit details -
Move DocumentOrShadowRoot.getSelection to Document.getSelection (#3037)
* yarn content move Web/API/DocumentOrShadowRoot/getSelection Web/API/Document/getSelection * Update document.getSelection page * Update links * Add ()
Configuration menu - View commit details
-
Copy full SHA for 53b88d1 - Browse repository at this point
Copy the full SHA 53b88d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad23901 - Browse repository at this point
Copy the full SHA ad23901View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc0d8e - Browse repository at this point
Copy the full SHA dcc0d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75677a - Browse repository at this point
Copy the full SHA a75677aView commit details -
Improve clarity and grammar (#3009)
Improve grammar, clarity and readability. Previously, there was some strange wording (words out of order and an odd use of "in case") that caused some head scratching. This change improves the readability of this complex subject (WeakMaps and garbage collection).
Configuration menu - View commit details
-
Copy full SHA for 7054273 - Browse repository at this point
Copy the full SHA 7054273View commit details -
update localization team members (#3058)
* update localization team members * make "Current contributors" consistent
Configuration menu - View commit details
-
Copy full SHA for fcf2914 - Browse repository at this point
Copy the full SHA fcf2914View commit details -
chore(deps): bump @mdn/yari from 0.4.253 to 0.4.269 (#3065)
Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.253 to 0.4.269. - [Release notes](https://github.com/mdn/yari/releases) - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md) - [Commits](mdn/yari@v0.4.253...v0.4.269) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fba8ea9 - Browse repository at this point
Copy the full SHA fba8ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f70ba95 - Browse repository at this point
Copy the full SHA f70ba95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b0535 - Browse repository at this point
Copy the full SHA 85b0535View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f8289 - Browse repository at this point
Copy the full SHA f1f8289View commit details -
improve readability of "AudioBuffer" documentation (#3074)
All this commit does is change <p>Objects of these types are designed to hold small audio snippets, typically less than 45 s. For longer sounds, objects implementing the {{domxref("MediaElementAudioSourceNode")}} are more suitable. The buffer contains data in the following format: non-interleaved IEEE754 32-bit linear PCM with a nominal range between <code>-1</code> and <code>+1</code>, that is, 32bits floating point buffer, with each samples between -1.0 and 1.0. If the {{domxref("AudioBuffer")}} has multiple channels, they are stored in separate buffer.</p> to <p>Objects of these types are designed to hold small audio snippets, typically less than 45 s. For longer sounds, objects implementing the {{domxref("MediaElementAudioSourceNode")}} are more suitable. The buffer contains data in the following format: non-interleaved IEEE754 32-bit linear PCM with a nominal range between <code>-1</code> and <code>+1</code>, that is, a 32-bit floating point buffer, with each sample between -1.0 and 1.0. If the {{domxref("AudioBuffer")}} has multiple channels, they are stored in separate buffers.</p>
Configuration menu - View commit details
-
Copy full SHA for c64a4a7 - Browse repository at this point
Copy the full SHA c64a4a7View commit details -
Updated - web/api/node/index.html (#3068)
This fixes typo in the document .
Configuration menu - View commit details
-
Copy full SHA for 1047ecc - Browse repository at this point
Copy the full SHA 1047eccView commit details -
chore(deps): bump ahmadnassri/action-dependabot-auto-merge (#3017)
Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from v2.3 to v2.4. - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases) - [Commits](ahmadnassri/action-dependabot-auto-merge@v2.3...2aef6bb) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad98b98 - Browse repository at this point
Copy the full SHA ad98b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c5613 - Browse repository at this point
Copy the full SHA 76c5613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8fa00 - Browse repository at this point
Copy the full SHA 4e8fa00View commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 85995f2 - Browse repository at this point
Copy the full SHA 85995f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9905597 - Browse repository at this point
Copy the full SHA 9905597View commit details -
Mentions for the whatsdeployed link for translated-content (#3086)
Related to mdn/translated-content#124 I think it might be a good idea to also mention the translated-content Whatsdeployed link here too. Good to have.
Configuration menu - View commit details
-
Copy full SHA for 4e1f241 - Browse repository at this point
Copy the full SHA 4e1f241View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9640b - Browse repository at this point
Copy the full SHA cb9640bView commit details -
Fixed plenking, some capitalization, missing images.
Configuration menu - View commit details
-
Copy full SHA for 5d08394 - Browse repository at this point
Copy the full SHA 5d08394View commit details -
Repairs sentence structure (#3094)
Looks as though the original author unintentionally left out "to" in this context.
Configuration menu - View commit details
-
Copy full SHA for cfc05f0 - Browse repository at this point
Copy the full SHA cfc05f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57128ab - Browse repository at this point
Copy the full SHA 57128abView commit details -
Show how to set resolution and frame rate (#2698)
* Show how to set resolution and frame rate I was searching myself crazy on how to set the resolution and frame rate, and even thought that it's impossible to control, until I found that they are set in getUserMedia(). Make a note where this is set, to save others the headache. * Make it a second note box * Add notecard class
Configuration menu - View commit details
-
Copy full SHA for cd13133 - Browse repository at this point
Copy the full SHA cd13133View commit details -
Fix incorrectly placed note in rel attribute page (#3072)
A note about rel="alternate" was placed under the definition for rel="author" instead.
Configuration menu - View commit details
-
Copy full SHA for 59feb08 - Browse repository at this point
Copy the full SHA 59feb08View commit details -
Link types: noopener - add note about new default (#3089)
noopener is now implicitly set on `_blank` by default
Configuration menu - View commit details
-
Copy full SHA for 60a1f77 - Browse repository at this point
Copy the full SHA 60a1f77View commit details
Commits on Mar 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1b6168 - Browse repository at this point
Copy the full SHA d1b6168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ba83a - Browse repository at this point
Copy the full SHA 91ba83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d64d82 - Browse repository at this point
Copy the full SHA 9d64d82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a88e22 - Browse repository at this point
Copy the full SHA 4a88e22View commit details -
Removed the missleading [,...] (#3128)
* Removed the missleading [,...] syntax, wrote it here just with two parameters because in the paragraph it is explicit saying column is optional), Fixes #3126 * Make data optional Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16d19ea - Browse repository at this point
Copy the full SHA 16d19eaView commit details
Commits on Mar 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for edda265 - Browse repository at this point
Copy the full SHA edda265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e2be1 - Browse repository at this point
Copy the full SHA 03e2be1View commit details -
Update Firefox User-Agent string reference for Mac OS X (#2955)
* Firefox no longer supports PPC Mac OS X So remove mention of PPC Mac OS X. * Firefox 87 caps Mac OS X version at 10.15 This change was made in https://bugzilla.mozilla.org/show_bug.cgi?id=1679929 to work around webcompat problems from websites that broke when the User-Agent string reported "Mac OS X 11.0". Safari also caps the reported Mac OS X version at 10.15 and Chrome plans to cap soon, too. * Restore "PPC Mac OS X" User-Agent string example But note that Firefox no longer officially supports Mac OS X on PowerPC.
Configuration menu - View commit details
-
Copy full SHA for 996cad7 - Browse repository at this point
Copy the full SHA 996cad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f24127 - Browse repository at this point
Copy the full SHA 8f24127View commit details -
Update MDN/Contribute/Localize (#3123)
Update the discussion place of Japanese translation community - Google Group is less used - Slack and GitHub is actively used
Configuration menu - View commit details
-
Copy full SHA for 5253cdb - Browse repository at this point
Copy the full SHA 5253cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8117efa - Browse repository at this point
Copy the full SHA 8117efaView commit details -
Replace polyfill link in “Detecting device orientation” doc (#3093)
gyroscope.js is not maintained anymore, so replaced it with parallax
Configuration menu - View commit details
-
Copy full SHA for 71d5fbd - Browse repository at this point
Copy the full SHA 71d5fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5620b3 - Browse repository at this point
Copy the full SHA b5620b3View commit details -
Clean up flaws and indents of SVG/attributes/a (#2731)
Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 82a7fbd - Browse repository at this point
Copy the full SHA 82a7fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8c53c - Browse repository at this point
Copy the full SHA bb8c53cView commit details -
Add information about firefox default preferences (#2954)
* Add information about firefox default preferences * Fix up following feedback
Configuration menu - View commit details
-
Copy full SHA for 7731dae - Browse repository at this point
Copy the full SHA 7731daeView commit details -
Remove StorageQuota documentation (#3142)
It appears to never have been shipped and is now long removed: mdn/browser-compat-data#9459
Configuration menu - View commit details
-
Copy full SHA for 229f090 - Browse repository at this point
Copy the full SHA 229f090View commit details -
More NSS project fixes (#3134)
* More NSS project fixes * More fixes * Add more links * Last set of fixes * Yet more
Configuration menu - View commit details
-
Copy full SHA for 7d7b3ff - Browse repository at this point
Copy the full SHA 7d7b3ffView commit details -
Move DocumentOrShadowRoot.element(s)FromPoint to Document.element(s)F…
…romPoint (#3069) * Move DocumentOrShadowRoot.elementFromPoint to Document.elementFromPoint * Move DocumentOrShadowRoot.elementsFromPoint to Document.elementsFromPoint * merge redirect into correct position
Configuration menu - View commit details
-
Copy full SHA for 8c415e4 - Browse repository at this point
Copy the full SHA 8c415e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91eadf - Browse repository at this point
Copy the full SHA f91eadfView commit details -
Fix flaws in “A re-introduction to JavaScript” (#3136)
Pushed the “fix fixable flaws” button.
Configuration menu - View commit details
-
Copy full SHA for a52ba04 - Browse repository at this point
Copy the full SHA a52ba04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f4ebd - Browse repository at this point
Copy the full SHA d8f4ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fb32a - Browse repository at this point
Copy the full SHA 61fb32aView commit details -
don't apply brush for CSSSyntax + remove pre (#3149)
``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ```
Configuration menu - View commit details
-
Copy full SHA for f4fb4c2 - Browse repository at this point
Copy the full SHA f4fb4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fe31e - Browse repository at this point
Copy the full SHA 52fe31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3fc6f - Browse repository at this point
Copy the full SHA 6a3fc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df29683 - Browse repository at this point
Copy the full SHA df29683View commit details -
optimise -> optimize summarise -> summarize
Configuration menu - View commit details
-
Copy full SHA for 8248c42 - Browse repository at this point
Copy the full SHA 8248c42View commit details -
Adding clipboarditem to experimental notes (#2857)
* adding clipboarditem to experimental notes * fixes Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 3d9696a - Browse repository at this point
Copy the full SHA 3d9696aView commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e81f81e - Browse repository at this point
Copy the full SHA e81f81eView commit details -
fix: flaws in web/api/h* batch 1 (#3082)
* fix: flaws in web/api/h* batch 1 * fix: point to /Web/API/SubtleCrypto/digest#supported_algorithms * Update files/en-us/web/api/hashchangeevent/index.html Co-authored-by: wbamberg <will@bootbonnet.ca> Co-authored-by: wbamberg <will@bootbonnet.ca>
Configuration menu - View commit details
-
Copy full SHA for 540210d - Browse repository at this point
Copy the full SHA 540210dView commit details -
Clarify in Body.json() doc that it returns a JS object, not JSON (#3098)
Co-authored-by: Michael[tm] Smith <mike@w3.org>
Configuration menu - View commit details
-
Copy full SHA for f848bb6 - Browse repository at this point
Copy the full SHA f848bb6View commit details -
Flex shorthand links and HTML entities inside IDs (#3169)
* Remove HTML entities from ids * Use consistent link type
Configuration menu - View commit details
-
Copy full SHA for 1ac2fa7 - Browse repository at this point
Copy the full SHA 1ac2fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for afdea8d - Browse repository at this point
Copy the full SHA afdea8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8dea1 - Browse repository at this point
Copy the full SHA 7b8dea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1712a1f - Browse repository at this point
Copy the full SHA 1712a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba5e7a - Browse repository at this point
Copy the full SHA bba5e7aView commit details -
Use datatracker URLs for IETF documents rather than tools.ietf.org (#…
…3174) tools.ietf.org are being deprecated per https://mailarchive.ietf.org/arch/msg/tools-discuss/oYrAxb3KayPzZ4SNB1DVZTDPPNo/ changes generated with rg -l https://tools.ietf.org/html
Configuration menu - View commit details
-
Copy full SHA for 48fca0c - Browse repository at this point
Copy the full SHA 48fca0cView commit details -
* Fixes to subnav * Remove remaining subnavs * Replace all /css section quicklinks with sidebar macro
Configuration menu - View commit details
-
Copy full SHA for b7ebc85 - Browse repository at this point
Copy the full SHA b7ebc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b68cd44 - Browse repository at this point
Copy the full SHA b68cd44View commit details -
New Glossary Page Fixes #2682 (#2695)
* My First Site, Added Glossary Site and fixed the link to device_pixel instead of device_pixels, Fixes #2682 * Applied the Feedback * copy edit Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for 0d4eedf - Browse repository at this point
Copy the full SHA 0d4eedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ddcb53 - Browse repository at this point
Copy the full SHA 7ddcb53View commit details -
Fix FileSystemHandle references to File and Directory API (#3168)
Co-authored-by: Will <>
Configuration menu - View commit details
-
Copy full SHA for 4f10de8 - Browse repository at this point
Copy the full SHA 4f10de8View commit details -
Correct the Date.p.getTimezoneOffset() doc (#893)
* Correct the Date.p.getTimezoneOffset() doc Fixes #665 * More precisely describe getTimezoneOffset() * Clarify what "local time zone" means * Update code comment to clarify effect of DST
Configuration menu - View commit details
-
Copy full SHA for bcdf1ae - Browse repository at this point
Copy the full SHA bcdf1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a67569 - Browse repository at this point
Copy the full SHA 0a67569View commit details -
Recommend Number.isNaN(), not global isNan() (#3135)
* Recommend Number.isNaN(), not global isNan() Fixes #3026 * Add links to more-detailed explanations * Apply suggestions from code review Co-authored-by: Florian Scholz <fscholz@mozilla.com> Co-authored-by: Florian Scholz <fscholz@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for a5c0642 - Browse repository at this point
Copy the full SHA a5c0642View commit details -
Added missing attribute name references (#1712) (#3166)
Added links to missing single-element and global attribute references.
Configuration menu - View commit details
-
Copy full SHA for b85b55d - Browse repository at this point
Copy the full SHA b85b55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13edc76 - Browse repository at this point
Copy the full SHA 13edc76View commit details -
FF87 removing -moz media features (#2567)
* removing -moz media features * copy edit Co-authored-by: Chris Mills <cmills@mozilla.com>
Configuration menu - View commit details
-
Copy full SHA for f1ad7bf - Browse repository at this point
Copy the full SHA f1ad7bfView commit details -
* fail on unsafe html * a deliberately unsafe injection attempt * Revert "a deliberately unsafe injection attempt" This reverts commit 8052dc1.
Configuration menu - View commit details
-
Copy full SHA for dc07290 - Browse repository at this point
Copy the full SHA dc07290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1f692 - Browse repository at this point
Copy the full SHA 2f1f692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d33486 - Browse repository at this point
Copy the full SHA 1d33486View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbfc5ab - Browse repository at this point
Copy the full SHA bbfc5abView commit details -
Fix spec URL in Cross-Origin-Opener-Policy doc (#3193)
There is no the-cross-origin-opener-policy-header anchor in the HTML spec; instead the best place for the MDN article to link to is the the-headers anchor, which has the following text: > A Document's cross-origin opener policy is derived from the > `Cross-Origin-Opener-Policy` and the > `Cross-Origin-Opener-Policy-Report-Only` HTTP response headers. These > headers are structured headers whose value must be a token.
Configuration menu - View commit details
-
Copy full SHA for ab69d00 - Browse repository at this point
Copy the full SHA ab69d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc00b31 - Browse repository at this point
Copy the full SHA cc00b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a23c30 - Browse repository at this point
Copy the full SHA 4a23c30View commit details