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

Remove redundant spaces (part 8) #15797

Merged
merged 2 commits into from
May 8, 2022
Merged

Remove redundant spaces (part 8) #15797

merged 2 commits into from
May 8, 2022

Conversation

OnkarRuikar
Copy link
Contributor

Summary

Adding to #15449.

This completes the redundant whitespace character removal from the entire mdn/content.

Metadata

  • Fixes a typo, bug, or other error

@OnkarRuikar OnkarRuikar requested review from a team as code owners May 8, 2022 02:53
@OnkarRuikar OnkarRuikar requested review from rebloor, wbamberg, teoli2003 and dipikabh and removed request for a team May 8, 2022 02:53
@github-actions github-actions bot added Content:Accessibility Accessibility docs Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:HTTP HTTP docs Content:JS JavaScript docs Content:Learn Learning area docs Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs Content:WebExt WebExtensions docs labels May 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 8, 2022

Preview URLs

Flaws

Note! 22 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Mozilla/Add-ons/WebExtensions/Modify_a_web_page
Title: Modify a web page
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Mozilla/Add-ons/Add-on_Debugger

URL: /en-US/docs/Web/HTML/Element/input
Title: <input>: The Input (Form Input) element
on GitHub
Flaw count: 5

  • macros:
    • /en-US/docs/Web/API/ValidityState/valueMissing does not exist
    • /en-US/docs/Web/API/ValidityState/valueMissing does not exist
    • /en-US/docs/Web/API/ValidityState/valid does not exist
    • /en-US/docs/Web/API/ValidityState/customError does not exist
  • broken_links:
    • Can't resolve /en-US/docs/Web/HTML/Applying_color

URL: /en-US/docs/Web/API/HTML_DOM_API
Title: The HTML DOM API
on GitHub
Flaw count: 20

  • macros:
    • /en-US/docs/Web/API/HTMLDirectoryElement does not exist
    • /en-US/docs/Web/API/HTMLFrameElement does not exist
    • /en-US/docs/Web/API/HTMLIsIndexElement does not exist
    • /en-US/docs/Web/API/External does not exist
    • /en-US/docs/Web/API/ApplicationCache does not exist
    • and 3 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 7 more flaws omitted

External URLs

URL: /en-US/docs/Mozilla/Add-ons/WebExtensions/Modify_a_web_page
Title: Modify a web page
on GitHub

No new external URLs


URL: /en-US/docs/Mozilla/Firefox/Releases/101
Title: Firefox 101 for developers
on GitHub

No new external URLs


URL: /en-US/docs/Learn/Server-side/Express_Nodejs/mongoose
Title: Express Tutorial Part 3: Using a Database (with Mongoose)
on GitHub

No new external URLs


URL: /en-US/docs/Web/Accessibility/ARIA/Roles/spinbutton_role
Title: ARIA: spinbutton role
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTTP
Title: HTTP
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTTP/Headers/Content-Security-Policy
Title: Content-Security-Policy
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
Title: Strict-Transport-Security
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/progress
Title: <progress>: The Progress Indicator element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input
Title: <input>: The Input (Form Input) element
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Guide/Using_promises
Title: Using Promises
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Guide/Indexed_collections
Title: Indexed collections
on GitHub

No new external URLs


URL: /en-US/docs/Web/CSS/@font-feature-values
Title: @font-feature-values
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/File_and_Directory_Entries_API/Firefox_support
Title: File and Directory Entries API support in Firefox
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Channel_Messaging_API
Title: Channel Messaging API
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/HTMLInputElement/showPicker
Title: HTMLInputElement.showPicker()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Geolocation
Title: Geolocation
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/IDBRequest/error
Title: IDBRequest.error
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Element/error_event
Title: Element: error event
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/DataTransferItem/getAsString
Title: DataTransferItem.getAsString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/KeyboardEvent/key
Title: KeyboardEvent.key
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Document/evaluate
Title: Document.evaluate()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Document/execCommand
Title: Document.execCommand()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Crypto/getRandomValues
Title: Crypto.getRandomValues()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/HTML_DOM_API
Title: The HTML DOM API
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/HTMLMediaElement/preservesPitch
Title: HTMLMediaElement.preservesPitch
on GitHub

No new external URLs

(this comment was updated 2022-05-08 05:21:41.180105)

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A tiny change and this is good to be merged. Thanks!

files/en-us/web/api/geolocation/index.md Outdated Show resolved Hide resolved
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
@teoli2003 teoli2003 merged commit fd06430 into mdn:main May 8, 2022
@OnkarRuikar OnkarRuikar deleted the onk-typo00 branch May 8, 2022 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Accessibility Accessibility docs Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:HTTP HTTP docs Content:JS JavaScript docs Content:Learn Learning area docs Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs Content:WebExt WebExtensions docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants