Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing forward #1

Merged
merged 972 commits into from
Oct 22, 2022
Merged

Bringing forward #1

merged 972 commits into from
Oct 22, 2022

Conversation

Jkat
Copy link
Owner

@Jkat Jkat commented Oct 22, 2022

Description

Motivation

Additional details

Related issues and pull requests

OnkarRuikar and others added 30 commits October 6, 2022 22:31
* Finalize how MathML Core / MathML 4 / legacy features are presented

As of today, the MDN MathML documentation has been updated with the following rule of thumb:

1. Use [MathML Core](https://w3c.github.io/mathml-core/) as a reference browser-oriented standard. By default, all the documentation and examples are compatible with that specification.
2. MathML features that are not [considered irrelevant](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#removal-of-irrelevant-features) are still documented with a comment that they are "deprecated" or "non-standard", "may be implemented by some browsers" or similar. [MathML 4](https://w3c.github.io/mathml/) is mentioned for further details.

This commit finalizes the transition to MathML Core by making explicit it is the reference specification and mentioning legacy features / MathML 4 when needed.

* fix typo
* Update links to voice-change-o-matic repository

* Update links to voice-change-o-matic source code lin numbers

* chore(docs) minor formatting fixes

* chore(docs) Revert adding parens to math expressions
- Current URL: https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.10
- Updated URL: https://www.rfc-editor.org/rfc/rfc9110.html#name-language-tags
- Reason: w3.org prompts;
> This document has been superseded. See IETF Documents for more information.

Co-authored-by: rebloor <git@sherpa.co.nz>
…ct>`, `<calc-value>` and `<calc-constant>` (#21360)

* CSS Data Types: Add calculation data types `<calc-sum>`, `<calc-product>`, `<calc-value>` and `<calc-constant>`

* typo

Co-authored-by: wbamberg <will@bootbonnet.ca>
Fix links to trusted-types spec.
* Add section to all array methods about genericness

* Apply suggestions from code review

Co-authored-by: wbamberg <will@bootbonnet.ca>

* Update index.md

* Better examples

* Better wording?

* Better normalization description

Co-authored-by: wbamberg <will@bootbonnet.ca>
* clarify surprising return value

`document.fonts.check()` returns `true` for non-existing or nonsensical font names. Cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1252821#c3 and https://drafts.csswg.org/css-font-loading/Overview.bs for the details.

* enhance wording

Suggestion by @wbamberg

Co-authored-by: wbamberg <will@bootbonnet.ca>

* enhance readability

Suggestion by @wbamberg

Co-authored-by: wbamberg <will@bootbonnet.ca>

Co-authored-by: wbamberg <will@bootbonnet.ca>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Simplify range hash examples

* Add a label

* Add labels example

* rm random file
* Use a clearer example for bracket notation

* copy-edits

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
When I ran this JS example in Firefox 107:
```
switch (screen.orientation) {
  case "landscape-primary":
    console.log("That looks good.");
    break;
  case "landscape-secondary":
    console.log("Mmmh… the screen is upside down!");
    break;
  case "portrait-secondary":
  case "portrait-primary":
    console.log("Mmmh… you should rotate your device to landscape");
    break;
  default:
    console.log("The orientation API isn't supported in this browser :(");
}
```
 I got `The orientation API isn't supported in this browser :(` which is not true

To confirm, I put `screen.orientation` in Console, and got: `ScreenOrientation { type: "landscape-primary", angle: 0, onchange: null }`

After I changed `screen.orientation` to `screen.orientation.type` in the switch statement, the example started working, and printed "That looks good."
Added a needed comma to a statement.
* Fix macro and epoch name

* Update files/en-us/web/javascript/reference/global_objects/date/now/index.md

Co-authored-by: wbamberg <will@bootbonnet.ca>

Co-authored-by: wbamberg <will@bootbonnet.ca>
bsmth and others added 29 commits October 20, 2022 15:50
* chore(HTML): revert Prettier formatting changes on example showing attribute not enclosed in quotation marks

* chore(HTML): add nolint tag to HTML example
Just a minuscule typo fix in the Regexp.prototype.flags page - docs made reference to `flag` when it should really be `flags`.
* relnote(106) Add details for semantics MathML rendering changes

* relnote(106) Also mention similar behavior of <maction> element

* Update files/en-us/mozilla/firefox/releases/106/index.md

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
* relnote(106) Add details of HTMLMetaElement.media DOM API

* relnote(106) Minor reword of HTMLMetaElement.media usage

* Update files/en-us/mozilla/firefox/releases/106/index.md

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
* CANVAS: a11y/Update

remove IE. Add alt text to all examples needing it

* Apply suggestions from code review

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>

* Apply suggestions from code review

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>

* Update index.md

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* fix js code snippet

* change code snippet for readability

* change code snippet for readability

* Update index.md

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
* Add alt text

Add alt text to inspector-sidebar.png
Relates to #21616

* Update files/en-us/mozilla/add-ons/webextensions/api/devtools/panels/extensionsidebarpane/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
* Add alt text 

Add Alt text to rects-1.png, rects-2.png, and redacted.png

* Update files/en-us/mozilla/add-ons/webextensions/api/find/find/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* Update files/en-us/mozilla/add-ons/webextensions/api/find/find/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* Update files/en-us/mozilla/add-ons/webextensions/api/find/find/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
* Title update: single colon is in content and is old news

* Title update: single colon is in content and is old news
* Windows 7: Remove almost all references

* Update files/en-us/learn/forms/property_compatibility_table_for_form_controls/index.md
The PR focuses only on JS code fences.

Idea is to gradually prettify all the JS code fences before the full automation.
* media webkit-transforms was full of mistakes

* Reduce motion didn't have a syntax example

* update not clear

* alt attribute missing

* provide some love for transform properties

* provide some love for transform properties

* provide some love for transform properties

* provide some love for transform properties
* Accessibility of Canvas

* Alternative text for all canvas elements

* CANVAS: alternative text

* Update files/en-us/games/techniques/crisp_pixel_art_look/index.md

* Update files/en-us/games/techniques/crisp_pixel_art_look/index.md

* Update files/en-us/web/api/canvas_api/tutorial/basic_animations/index.md

Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Bumps [@mdn/yari](https://github.com/mdn/yari) from 1.18.94 to 1.18.95.
- [Release notes](https://github.com/mdn/yari/releases)
- [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
- [Commits](mdn/yari@v1.18.94...v1.18.95)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Should be `rawValue` instead of `rawData`
* Deduplicate TypedArray ctor param description, add exceptions

* Add headings back
@Jkat Jkat merged commit 598674d into Jkat:main Oct 22, 2022
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.