Skip to content

Conversation

@mactoys1980
Copy link
Owner

@mactoys1980 mactoys1980 commented Dec 28, 2025

Summary

Motivation

Supporting details

Related issues

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • Fixes a typo, bug, or other error

sideshowbarker and others added 30 commits September 1, 2021 23:07
* Adds missing pages to CloseEvent

* Apply suggestions from code review

Co-authored-by: Joe Medley <jmedley@google.com>

* removing spurious reserved labels.

Co-authored-by: Joe Medley <jmedley@google.com>
* Adds httpsOnlyMode description to privacy.network page mdn#1645

Removed nativeMessaging from the list of required permissions and added it to the list of optional ones

* Updates to references about setting the nativeMessaging permission

* Restored nativeMessaging to list of (install time) permissions and updated other mentions to clarify that both permissions and optional_permissions can be used.

Co-authored-by: Richard Bloor <rbloor@atlassian.com>
The example given doesn't work as intended because a codec must be
specified for the `audio/ogg` mime type for the browser to report the info
without ambiguity.
Minor correction in line 78 wiht to with
As @rachelandrew removed the CSS tool's page, there is no need to link to that page anymore.
In the syntax it says callbackFn, but in the parameter description it says callback.
* Updated Note

* Reframed old note

Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk>

Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk>
* Update link of issue in MDN/Contribute/Feedback

Update section at original article before translating.

* Update index.html
…earn-table) (mdn#8583)

* Table - strip class (standard-table and learn-table)

* Remove crap injected during testing
…ox tables (mdn#8586)

* Remove strong tag from pre block in server-side

* Remove all styling from images

* Remove the table classes learn-box standard-table from across learn
…rted (mdn#8579)

* htmlmediaelement : default playback rate - throw exception if value not supported

* Removes the old note
* Array flatMap: Inconsistent Parameter Name

In the syntax it says callbackFn, but in the parameter description it says callback: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap

* Update index.md
* SVG page element template: move file .html to .md

* SVG Element Page template: Convert content to markdown

* HTML Element page template: move file .html to .md

* HTML Element page template: Convert content to markdown

* Fix typo

* Mark up code block to svg
dependabot bot and others added 30 commits September 13, 2021 14:05
It seems to make sense to include a framework for Java since it's the most used language in the world currently and is often taught in schools. 

Spring has a quick-start tutorial specifically about handling form submission which seems like a really good fit.
* Fixes mdn#1630: removes page

* Revert "Fixes mdn#1630: removes page"

This reverts commit 82aa959.

* removes var_hides_argument
* Remove Transferable from MDN

* Remove redirect
Fix plural nouns that should be singular or vice versa.
This change fixes some cases where, because the HTML source markup
lacked a space before a <strong> start tag or after a </strong> end tag,
the resulting markdown output didn’t render as expected.
This change fixes a bunch of cases of misplaced-space borkage found by
markdownlint.
This change simplifies a few cases where the source was using emphasis
inside code. It simplifies them by dropping the emphasis.
This change fixes some cases where the ">" blockquote marker ended up in
the middle of link text of a hyperlink — which caused markdownlint to
complain.
This change fixes a few cases with superfluous/redundant emphasis markup
— as well as one case where for some reason the converter failed to
convert some <em>...</em> marked to markdown.
This fixes a case where apparently the source has both a macro call and
an HTML hyperlink for the same thing. So this just drops the hyperlink
and keeps the macro call.
This fixes a few cases where the sources had excessive code markup that
didn’t serve a real informational purpose (and that made markdownlint
confused). It just drops or tweaks some of the markdown.
- Fix links
- remove strong elements after the header of Specifications
…p` (mdn#8884)

This fixes unintended line breakings before and after the log bases `<sub>e</sub>`.
* added a11y roles info. removed link to hgroup. Updated example to get rid of a URL we don't want to promote

* made body a hyperlink
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.