Skip to content

Correction des nombres magiques et insertion de blocs de code ( ... ). #27620

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
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eliotttak
Copy link
Contributor

47 49 46 38 correspond à GIF8 alors qu'il faut 47 49 46 38 39 (GIF89).

Description

J'ai corrigé la partie Nombres magiques où un nombre hexadécimal (0x39) a été oublié, et j'ai ajouté des blocs de code ( ... ) :

Avant Après
La syntaxe de différents fichiers permet de déterminer le fichier en analysant son contenu, ainsi les fichiers GIF commencent par les valeurs hexadécimales 47 49 46 38 soit [GIF89], les fichiers PNG quant à eux commencent par 89 50 4E 47 soit [.PNG]. La syntaxe de différents fichiers permet de déterminer le fichier en analysant son contenu, ainsi les fichiers GIF commencent par les valeurs hexadécimales 47 49 46 38 39 soit GIF89, les fichiers PNG quant à eux commencent par 89 50 4E 47 soit .PNG.

47 49 46 38 correspond à GIF8 alors qu'il faut 47 49 46 38 39 (GIF89).
@eliotttak eliotttak requested a review from a team as a code owner June 11, 2025 12:56
@eliotttak eliotttak requested review from SphinxKnight and removed request for a team June 11, 2025 12:56
@github-actions github-actions bot added the l10n-fr Issues related to French content. label Jun 11, 2025
Copy link
Contributor

github-actions bot commented Jul 2, 2025

Preview URLs

Flaws (3)

URL: /fr/docs/Web/HTTP/MIME_types
Title: Types MIME
Flaw count: 3

  • unknown:
    • No generic content config found
    • no blog root
    • no blog root

@github-actions github-actions bot added the merge conflicts 🚧 This pull request has merge conflicts that must be resolved. label Jul 4, 2025
Copy link
Contributor

github-actions bot commented Jul 4, 2025

This pull request has merge conflicts that must be resolved before it can be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-fr Issues related to French content. merge conflicts 🚧 This pull request has merge conflicts that must be resolved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants