| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove ufeff
* Remove u2064
* Remove u2062
* Replace u202f followed by : with :
* Replace u202f next to « or » with and « or »
* Replace u202f followed by ; with ;
* Replace u202f followed by ! with
* Replace u202f followed by ? with ?
* Replace remaining u202f with classical space
* Replace u200b surrounded by space with classical space
* Replace u200b surrounded by space with classical space - again (repeated)
* Remove remaining u200b
* Remove u200a
* Replace u2009 with
* Remove u00ad
* Replace u00a0 followed by : ! or ? with and punctuation
* Replace u00a0 surrounded « or » with and punctuation
* Replace u00a0 followed by whitespaces
* Replace u00a0 preceded by whitespaces
* Replace u00a0 followed by a newline with a newline
* Replace u00a0 followed by a newline with a newline - Take2
* Replace u00a0 followed by a ; and punctuation
* Remove u00a0 followed by ,
* Remove u00a0 in indentation spaces with \n([ ]*)([\u00a0])([ ]*)
* Manual replacement of ([\u00a0])([ ]+)
* Replace remaining ([\u00a0]+) by a space
* cleaning empty elements
* remove ufe0f
* Remove u00a0 and u202f after merging against updated main
* remove double whitespace using (\w)( )(\w)
|
|
|
|
|
| |
* Update JS operator precedence table
* Fix sentence about precedence table
|
| |
|
|
|
| |
Fix #4113
|
|
|
|
|
|
|
| |
* Update uint8array docs / translate missing page
* Minor typo fixes/nitpicking
Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* Update uint8clampedarray docs / translate missing page
* fixed heading levels
* unecessary new line
* Minor typo fixes
Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
|
|
|
|
|
| |
* Update URIError docs / translate missing page
* missing title translation
|
|
|
|
|
|
|
|
|
| |
* Fix MD038, no spaces in code spans
* Fix MD037/39, no spaces in emphasis/link text
* Missed markdown fixes in code spans
* Bold formatting correction
|
|
|
|
|
| |
* fixes #4012 - update pages vs en-US
* taking review into account
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* update typed arrays vs en-US
* Fix typos
* Update atan2 vs en-US
* update Debugger vs en-US
* Update js fguide intro vs en-US
* Update promise vs en-US
* Update JS indexed coll page vs en-US
|
| |
|
|
|
| |
Correction orthographique d'une variable
|
|
|
|
|
| |
* Initial translation for missing Intl pages
* Fix flas
|
|
|
|
|
| |
* Replace asterisks mixup
* 2nd pass
|
|
|
| |
aysnchrone => asynchrone
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
subpages) (#3150)
* Translation of Class_static_initialization_blocks
* Translation of Hash_outside_class
* Translate working w private class features
* Translate RegExp Cheatsheet
|
| |
|
| |
|
|
|
| |
Small error in the placement of ";" in the last example.
|
|
|
|
|
|
|
|
|
| |
* File extensions have been changed in repo
See https://github.com/mdn/js-examples/commit/ffa4bedaa9eb3ce4d6f20b787935c2966329606a
More explanations needed on line 72 and 462
* Updates vs en-US for new §
|
|
|
|
| |
landing page for web (#3112)
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Update index.md
* complementary edit to update content vs en-US counterpart
Co-authored-by: julieng <julien.gattelier@gmail.com>
|
| |
|
|
|
| |
Co-authored-by: julieng <julien.gattelier@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* Fixes #1919 - updates vs en-US / rm xref macros
* Clarify what we mean by using "locale" in the introduction paragraph
This commit clarifies what we mean by using "locale" in the introduction paragraph.
Co-authored-by: Jb Audras <audrasjb@gmail.com>
|
|
|
|
| |
* Update Array page vs. en-US / fixes #1905
* Fixes typos and fixes links from previous commit
|
| |
|
|
|
| |
The second parameter is not optional.
|
| |
|
| |
|
|
|
|
|
| |
* Fixes some elements per Will's review
* Remove useless spans from rich text copy in Kuma
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rm IDs w/ [^h\d] id="
* Remove class="hidden"
* Remove hidden for code blocks
* rm summary classes
* Use Note consistently
* Remove sup
* Rm code in pre
* Fixes dd/dt/dl
* Fix some more dd
* Remove inline style and useless/craft from span/font
* h2m report fixing - Consistent use of notes
* h2m report fixing - Consistent use of warnings
* h2m report fixing - reword one callout
* h2m report fixing - array cruft spans hell
* Cleaning the rest of docs for md conversion
|
|
|
|
|
|
|
| |
* Removed references to "Ardoise JavaScript"
* And other references to Ardoise removed
* Last reference to Ardoise !
|
|
|
| |
The `&&` operator was displayed instead of the `||` operator.
|