aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/navigator
Commit message (Collapse)AuthorAge
* Remove {{page}} from Web/API - Fixes #3882 (#4480)SphinxKnight2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update audiobuffersourcenode.buffer * update audiolistener * fix svg compression * biquadfilternode * customevent * DataTransfer.clearData * DeviceOrientationEvent/absolute * Document * animate * error element * mousedown * mouseup * gainnode * Gamepad API * Geolocation API * MediaStreamAudioSourceNode * navigator.getusermedia * periodicwave * webglrenderingcontext * Various fixes/nitpicking Co-authored-by: cw118 <87150472+cw118@users.noreply.github.com>
* Fix #4269 - Removes empty/special characters (#4270)SphinxKnight2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ufeff * Remove u2064 * Remove u2062 * Replace u202f followed by : with &nbsp;: * Replace u202f next to « or » with &nbsp; and « or » * Replace u202f followed by ; with &nbsp;; * Replace u202f followed by ! with &nbsp; * Replace u202f followed by ? with &nbsp;? * 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 &nbsp; * Remove u00ad * Replace u00a0 followed by : ! or ? with &nbsp; and punctuation * Replace u00a0 surrounded « or » with &nbsp; 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 ; &nbsp; 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 registerProtocolHandler fr (#4345)Denis LE2022-03-03
| | | | | | | | | | | | | * update registerProtocolHandler fr * update fr vs en-US - rm xref macros * Apply suggestions from code review Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com> Co-authored-by: julieng <julien.gattelier@gmail.com> Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com> Co-authored-by: Carolyn Wu <87150472+cw118@users.noreply.github.com>
* convert content to mdjulieng2021-10-02
|
* move *.html to *.mdjulieng2021-10-02
|
* Fix web api fr upstream h2m (#2597)SphinxKnight2021-09-27
| | | | | | | * fix html examples with script * remove languages macro * enclose code words in <code> to avoid dot escape
* Prepare Web API section for Markdown conversion (#2464)SphinxKnight2021-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove summary classes and ids * Remove unecessary hidden * Remove useless span filled with useless attributes / ids * Remove useless font * Remove notranslate * Remove id in other elements than headings * Remove name attributes * Remove <pre><code> for JS w/ language-js class * Remove <pre><code> for HTML w/ language-html class * Remove <pre><code> for other lang w/ language-* class * Rm highlighted line in code samples * fix links, internal, external, absolute URLs * missing file from last commit * Fix styles errors apart from table + some classes * Fix notes and warnings (+ some other :x) * fix typo during merge which broke a doc * aand forgot a conflict * fix remaining classes of errors except dls and images * Fix dls * Fix images (deki/mozillademos) and remaining style issues * Remove script tag from svg file * Remove script tag from svg fileS * Compress SVG files for CI
* Removing all hidden bcd block for /web/ (#1252)tristantheb2021-06-19
| | | | | | | * Removing all hidden bcd block for /web/ * minor rewording Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* Remove hidden bcd for API pages (#1249)tristantheb2021-06-19
| | | | | | | | | | | | | * Remove hidden bcd for API pages * rm * typo * minor reword * minor rewording Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* UPDATE: FR-ONLY - Remove all old CompatibilityTable to replace with ↵tristantheb2021-04-02
| | | | | | | | | | | | | | | | | {{Compat()}} (#311) * UPDATE: Removing CompatibilityTable script - Part 1 * UPDATE: Removing CompatibilityTable script - Part 2 * UPDATE: Removing CompatibilityTable script - Part 3 * UPDATE: Removing CompatibilityTable script - Part 4 * UPDATE: Removing CompatibilityTable script - Part 5/5 * FIX: Repair the EOL of one page * FIX: Fix conflicting file
* Fixes #217 - Update window.navigator and Navigator interface page (#286)SphinxKnight2021-03-22
| | | | | * Updated window.navigator to parity w/ en-US 11a98a5 * Title typofix * Update of Navigator interface page to parity w/ en-US as of commit 229f090
* remove fx_minversion_header macro callsrjohnson2021-03-21
|
* unslug fr: modifyFlorian Merz2021-02-11
|
* unslug fr: moveFlorian Merz2021-02-11
|
* update based on https://github.com/mdn/yari/issues/2028Peter Bengtsson2020-12-08
|
* initial commitPeter Bengtsson2020-12-08