diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-03-06 16:30:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 16:30:06 +0100 |
commit | 4fe7aa576ab88f16958f38016e5587df6946171a (patch) | |
tree | ccdfb2dfaeed894c4399e529c831e5e5ad472060 /files/fr/web/mathml/element/msub/index.md | |
parent | 624700b023db2c112fcfcdbc1b7428e475692a41 (diff) | |
download | translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.tar.gz translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.tar.bz2 translated-content-4fe7aa576ab88f16958f38016e5587df6946171a.zip |
MD037/38/39 fixes for remaining fr web files (#4403)
Diffstat (limited to 'files/fr/web/mathml/element/msub/index.md')
-rw-r--r-- | files/fr/web/mathml/element/msub/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/mathml/element/msub/index.md b/files/fr/web/mathml/element/msub/index.md index 5647fb72ef..b53cdcafab 100644 --- a/files/fr/web/mathml/element/msub/index.md +++ b/files/fr/web/mathml/element/msub/index.md @@ -50,7 +50,7 @@ Rendu dans votre navigateur: <math><msub><mi>X</mi> <mn>1</mn></msub></math> ## Notes spécifiques à Gecko -- À partir de Gecko 26.0 {{geckoRelease("26")}} il ne sera bientôt plus possible d'utiliser `<none/>` comme un élément enfant. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application ` of the ``superscriptshift` attribute has been fixed (see {{bug("827713")}} for details). +- À partir de Gecko 26.0 {{geckoRelease("26")}} il ne sera bientôt plus possible d'utiliser `<none/>` comme un élément enfant. The rendering has been made more consistent with equivalent configurations of {{MathMLElement("msup")}} and {{MathMLElement("mmultiscripts")}} and a bug with an incorrect application of the `superscriptshift` attribute has been fixed (see {{bug("827713")}} for details). ## Voir aussi |