forked from mdn/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Revert "header element a11y update (#8917)" This reverts commit db481c1b6658f1fba5260f828edb81b13d926eb7. #1
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
Open
mactoys1980
wants to merge
2,966
commits into
create_trigger_events
Choose a base branch
from
revert-8917-headerA11y
base: create_trigger_events
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.
Conversation
This file contains hidden or 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
* 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>
This was missing in docs, it's listed on https://w3c.github.io/webrtc-pc/#rtcsignalingstate-enum and implemented.
Fixes mdn#8162 The packaging_and_installation link is broken on the following pages: - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/debugging_(before_firefox_50)
* 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
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.
* Remove Transferable from MDN * Remove redirect
Update broken links
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
This reverts commit db481c1.
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.
Summary
Motivation
Supporting details
Related issues
Metadata