forked from mdn/content
-
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
[pull] main from mdn:main #6
Open
pull
wants to merge
233
commits into
MainbaseT:main
Choose a base branch
from
mdn:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+21,636
−9,134
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
add missing space to microsyntax
* Add note about parens in matchMedia I was bitten by this and didn't find an explicit callout to help developers who might have been in my situation and could not understand why their code wouldn't work. * Clarify parens conditions * Update files/en-us/web/api/window/matchmedia/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/api/window/matchmedia/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/api/window/matchmedia/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/api/window/matchmedia/index.md Co-authored-by: wbamberg <[email protected]> * Update files/en-us/web/api/window/matchmedia/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/api/window/matchmedia/index.md * Update files/en-us/web/api/window/matchmedia/index.md * Update files/en-us/web/api/window/matchmedia/index.md * Update 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: wbamberg <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
* New page: dateTime property * New page: dateTime property * add intro to example * add intro to example * remove extra character * updates per review --------- Co-authored-by: wbamberg <[email protected]>
* add: instance methods SVGAnimationElement * fix: none parameters undefined * add: getcurrenttime reflects dur attr * add: getcurrenttime explanation and fix dur attr of getsimpleduration * explained simple duration * simple duration condition for exception * fix examples * add: exception cases for getstarttime
* getPropertyValue differs from specified * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update index.md --------- Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Chen <[email protected]> Co-authored-by: wbamberg <[email protected]>
* New pages: SVGFESpecularLightingElement * Update files/en-us/web/api/svgfespecularlightingelement/result/index.md --------- Co-authored-by: wbamberg <[email protected]>
* replace images w/ shared-assets * Add some alt text to diagrams --------- Co-authored-by: Brian Smith <[email protected]>
fix: Use CSSSyntaxRaw on CSS repeat() page META: fixes mdn/rari#89
* css cascade module name * change case * fix
* Reword m flag description I didn't understand what `m` meant from this page's description, so I reworded it. Hopefully this is more clear. * Change another * Reword again --------- Co-authored-by: Joshua Chen <[email protected]>
* Update svg presentation attributes list * Add links back --------- Co-authored-by: Joshua Chen <[email protected]>
* fix(css): add classification to the pseudo-elements page * apply review comments * Apply suggestions from code review * Update files/en-us/web/css/pseudo-elements/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix(css): update :target page * Apply suggestions from code review Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/css/_colon_target/index.md Co-authored-by: Estelle Weyl <[email protected]> --------- Co-authored-by: Estelle Weyl <[email protected]>
* Add descriptor requirement to `@font-palette-values` * fix: adjusted position * Update files/en-us/web/css/@font-palette-values/index.md --------- Co-authored-by: Estelle Weyl <[email protected]>
Co-authored-by: OnkarRuikar <[email protected]>
* Firefox desktop now requires CT On desktop platforms, Firefox now requires certificate transparency information for all certificates issued by certificate authorities in Mozilla's Root CA Program. * Apply suggestions from code review --------- Co-authored-by: Hamish Willee <[email protected]>
* Add documentation for using multiple drop-shadows This was missing from the page, had to go to SO to find it. * Apply suggestions from code review * Update files/en-us/web/css/filter-function/drop-shadow/index.md * Apply suggestions from code review Co-authored-by: Chris Mills <[email protected]> * Update index.md * Update index.md * Remove nolint * Format * small language tweaks --------- Co-authored-by: Chris Mills <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
* fix typos * fix a flaw * fix bad css-nolint syntax * increase output heights * Fixes --------- Co-authored-by: Joshua Chen <[email protected]>
* onMessageExternal async listener response clarification * Feedback update
* FF136 Relnote: data: url max size 512Mb * Update files/en-us/web/uri/schemes/data/index.md * Update files/en-us/web/uri/schemes/data/index.md Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]>
* Update EXPIRES info with clock skew Firefox and Chromium adjust the EXPIRES value with the computed clock-skew as calculated using the response's DATE header.
* Bug-1685965 managed storage policy update clarification * added "or policy" to clarify * Storage reload and onChanged behavior clarifications
…it (#38006) * clarify assumed default of positive * Fix typo: change "monotonously" to "monotonically" * Clarify week length description
Update index.md
* Remove references to relativeTo re. Duration.add/subtract * Don't recommend add/subtract to set epochMilliseconds/epochNanoseconds directly I think I understand what this was getting at, but I find it confusing. I'd suggest recommending fromEpochMilliseconds/fromEpochNanoseconds/the constructor to people asking the question of how to set these properties directly. * Clarify that the underlying date value of PlainYearMonth is usually the 1st * Use `zdt` as sample ZonedDateTime variable name * Clarify that ZonedDateTime.toLocaleString overrides DateTimeFormat time zone * Clarify that ZonedDateTime.with() rejects timeZone property * Prefer plural units for Durations In the proposal docs and other materials that we created while developing the proposal, the intention was to prefer plural units for durations, and singular units for other types (even though both are accepted in both cases.) So, duration.round('seconds') plaindatetime.round('second') This is in parallel with the accessor properties on each type. * Clarify that add() returns a balanced duration only up to the largest nonzero unit * Typos
* web/api/web_authentication_api: add missing closing tag * Update index.md * Update files/en-us/web/api/web_authentication_api/index.md * Update index.md --------- Co-authored-by: Joshua Chen <[email protected]>
Also documents what they are used for.
…ement capture and region capture (#36939) * Adding landing page for Screen Capture extrensions * Add usage guide * Add reference pages * Fix a couple of flaws * Fixes for beaufortfrancois review comments * remove audio: false, * Make it clearer that preferCurrentTab is a hint * Fix respective use cases content * Fixes for last few eladalon comments * Tighten up prose; remove screen versus tab confusion * Fixes for wbamberg review comments * Second round of fixes for wbamberg review comments * Separate out browser-specific limitations info --------- Co-authored-by: wbamberg <[email protected]>
* Refactor non-standard date strings into a table * Apply suggestions from code review Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]>
#37934) * Fix `NavigateEvent` & `NavigationCurrentEntryChangeEvent` constructor syntax * Apply suggestions from code review Co-authored-by: wbamberg <[email protected]> * Update files/en-us/web/api/navigationcurrententrychangeevent/navigationcurrententrychangeevent/index.md Co-authored-by: wbamberg <[email protected]> --------- Co-authored-by: wbamberg <[email protected]>
* Describe specification for source size values * Update files/en-us/web/html/element/img/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update files/en-us/web/html/element/img/index.md * Fix the other page --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Joshua Chen <[email protected]>
* Remove guide: Grid and progressive enhancement * Remove guide: Grid and progressive enhancement * Remove from sidebar
* Notes regarding sidePanel API compatibility * Apply suggestions from review Co-authored-by: Rob Wu <[email protected]> --------- Co-authored-by: Rob Wu <[email protected]>
* Device Posture API * Fill in TBD links with what will be the demo URL * Update files/en-us/web/css/@media/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/css/@media/device-posture/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/navigator/deviceposture/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/navigator/deviceposture/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/deviceposture/type/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/deviceposture/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/device_posture_api/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/device_posture_api/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/device_posture_api/index.md Co-authored-by: Estelle Weyl <[email protected]> * Update files/en-us/web/api/device_posture_api/index.md Co-authored-by: Estelle Weyl <[email protected]> * Fixes for estelle review comments * Last few updates * move device-posture descriptor --------- Co-authored-by: Estelle Weyl <[email protected]> Co-authored-by: Estelle Weyl <[email protected]>
* Add learning area guidelines * Update guidelines, update partner labels, reorder links
* CSS grid layout guide refresh: auto-placement and alignment * Apply suggestions from code review Co-authored-by: Brian Smith <[email protected]> --------- Co-authored-by: Brian Smith <[email protected]>
* Module landing page: grid layout * Module landing page: grid layout
* Update feature list for css positioned layout module * add
Co-authored-by: OnkarRuikar <[email protected]>
* Update to HTML's baselines.png image sources: https://html.spec.whatwg.org/#text-styles https://html.spec.whatwg.org/images/baselines.png * Update files/en-us/web/api/canvas_api/tutorial/drawing_text/index.md * Update files/en-us/web/api/canvas_api/tutorial/drawing_text/index.md --------- Co-authored-by: Joshua Chen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )