From 500f444d23a7a758da229ebe6b9691cc5d4fe731 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Wed, 16 Mar 2022 17:52:18 +0100 Subject: Fix #4269 - Removes empty/special characters (#4270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- .../accessibility_troubleshooting/index.md | 14 +- .../accessibility/css_and_javascript/index.md | 68 +-- files/fr/learn/accessibility/html/index.md | 86 +-- files/fr/learn/accessibility/index.md | 16 +- files/fr/learn/accessibility/mobile/index.md | 52 +- files/fr/learn/accessibility/multimedia/index.md | 32 +- .../learn/accessibility/wai-aria_basics/index.md | 24 +- .../accessibility/what_is_accessibility/index.md | 26 +- .../available_text_editors/index.md | 4 +- .../index.md | 6 +- .../common_questions/common_web_layouts/index.md | 54 +- .../design_for_all_types_of_users/index.md | 54 +- .../how_does_the_internet_work/index.md | 14 +- .../how_much_does_it_cost/index.md | 8 +- files/fr/learn/common_questions/index.md | 6 +- .../index.md | 4 +- .../set_up_a_local_testing_server/index.md | 34 +- .../thinking_before_coding/index.md | 20 +- .../upload_files_to_a_web_server/index.md | 4 +- .../common_questions/using_github_pages/index.md | 4 +- .../what_are_browser_developer_tools/index.md | 2 +- .../common_questions/what_are_hyperlinks/index.md | 2 +- .../what_is_a_domain_name/index.md | 4 +- .../learn/common_questions/what_is_a_url/index.md | 12 +- .../common_questions/what_is_a_web_server/index.md | 8 +- .../what_is_accessibility/index.md | 6 +- .../what_software_do_i_need/index.md | 6 +- .../building_blocks/a_cool_looking_box/index.md | 14 +- .../backgrounds_and_borders/index.md | 26 +- .../cascade_and_inheritance/index.md | 148 ++--- .../creating_fancy_letterheaded_paper/index.md | 20 +- .../css/building_blocks/debugging_css/index.md | 2 +- .../fundamental_css_comprehension/index.md | 10 +- .../handling_different_text_directions/index.md | 34 +- files/fr/learn/css/building_blocks/index.md | 10 +- .../building_blocks/overflowing_content/index.md | 8 +- .../selectors/attribute_selectors/index.md | 4 +- .../building_blocks/selectors/combinators/index.md | 16 +- .../learn/css/building_blocks/selectors/index.md | 4 +- .../pseudo-classes_and_pseudo-elements/index.md | 38 +- .../selectors/type_class_and_id_selectors/index.md | 38 +- .../css/building_blocks/styling_tables/index.md | 26 +- .../css/building_blocks/the_box_model/index.md | 12 +- .../css/building_blocks/values_and_units/index.md | 54 +- .../fundamental_layout_comprehension/index.md | 14 +- files/fr/learn/css/css_layout/index.md | 4 +- .../fr/learn/css/css_layout/introduction/index.md | 68 +-- .../css/css_layout/legacy_layout_methods/index.md | 106 ++-- .../fr/learn/css/css_layout/media_queries/index.md | 12 +- .../css/css_layout/multiple-column_layout/index.md | 16 +- files/fr/learn/css/css_layout/normal_flow/index.md | 10 +- files/fr/learn/css/css_layout/positioning/index.md | 26 +- .../practical_positioning_examples/index.md | 60 +- .../css/css_layout/responsive_design/index.md | 16 +- .../css_layout/supporting_older_browsers/index.md | 2 +- .../learn/css/first_steps/getting_started/index.md | 96 ++-- .../css/first_steps/how_css_is_structured/index.md | 4 +- files/fr/learn/css/first_steps/index.md | 12 +- .../first_steps/using_your_new_knowledge/index.md | 44 +- .../fr/learn/css/first_steps/what_is_css/index.md | 2 +- .../fr/learn/css/howto/create_fancy_boxes/index.md | 22 +- files/fr/learn/css/howto/css_faq/index.md | 6 +- files/fr/learn/css/index.md | 10 +- .../learn/css/styling_text/fundamentals/index.md | 22 +- .../learn/css/styling_text/styling_links/index.md | 2 +- .../learn/css/styling_text/styling_lists/index.md | 2 +- .../styling_text/typesetting_a_homepage/index.md | 26 +- files/fr/learn/css/styling_text/web_fonts/index.md | 48 +- .../forms/basic_native_form_controls/index.md | 152 ++--- files/fr/learn/forms/form_validation/index.md | 148 ++--- .../example_1/index.md | 6 +- .../example_3/index.md | 2 +- .../how_to_build_custom_form_controls/index.md | 24 +- .../forms/how_to_structure_a_web_form/index.md | 76 +-- .../forms/html_forms_in_legacy_browsers/index.md | 50 +- files/fr/learn/forms/index.md | 10 +- .../index.md | 320 +++++------ .../sending_and_retrieving_form_data/index.md | 60 +- .../sending_forms_through_javascript/index.md | 6 +- files/fr/learn/forms/styling_web_forms/index.md | 32 +- .../learn/forms/your_first_form/example/index.md | 108 ++-- files/fr/learn/forms/your_first_form/index.md | 36 +- files/fr/learn/front-end_web_developer/index.md | 10 +- .../css_basics/index.md | 18 +- .../dealing_with_files/index.md | 12 +- .../how_the_web_works/index.md | 14 +- .../html_basics/index.md | 16 +- .../fr/learn/getting_started_with_the_web/index.md | 6 +- .../installing_basic_software/index.md | 14 +- .../javascript_basics/index.md | 62 +- .../publishing_your_website/index.md | 4 +- .../what_will_your_website_look_like/index.md | 18 +- files/fr/learn/html/cheatsheet/index.md | 4 +- .../add_a_hit_map_on_top_of_an_image/index.md | 4 +- .../howto/author_fast-loading_html_pages/index.md | 22 +- .../html/howto/define_terms_with_html/index.md | 4 +- .../learn/html/howto/use_data_attributes/index.md | 12 +- .../howto/use_javascript_within_a_webpage/index.md | 6 +- files/fr/learn/html/index.md | 8 +- .../advanced_text_formatting/index.md | 46 +- .../creating_hyperlinks/index.md | 2 +- .../introduction_to_html/debugging_html/index.md | 56 +- .../document_and_website_structure/index.md | 42 +- .../html_text_fundamentals/index.md | 26 +- .../marking_up_a_letter/index.md | 30 +- .../structuring_a_page_of_content/index.md | 14 +- .../adding_vector_graphics_to_the_web/index.md | 8 +- .../images_in_html/index.md | 56 +- .../learn/html/multimedia_and_embedding/index.md | 16 +- .../mozilla_splash_page/index.md | 8 +- .../other_embedding_technologies/index.md | 68 +-- .../responsive_images/index.md | 82 +-- .../video_and_audio_content/index.md | 88 +-- files/fr/learn/html/tables/advanced/index.md | 62 +- files/fr/learn/html/tables/basics/index.md | 38 +- files/fr/learn/html/tables/index.md | 4 +- .../html/tables/structuring_planet_data/index.md | 2 +- files/fr/learn/index.md | 14 +- .../build_your_own_function/index.md | 66 +-- .../building_blocks/conditionals/index.md | 128 ++--- .../javascript/building_blocks/functions/index.md | 32 +- .../building_blocks/image_gallery/index.md | 16 +- files/fr/learn/javascript/building_blocks/index.md | 4 +- .../building_blocks/looping_code/index.md | 24 +- .../building_blocks/return_values/index.md | 42 +- .../client-side_storage/index.md | 46 +- .../client-side_web_apis/drawing_graphics/index.md | 16 +- .../client-side_web_apis/fetching_data/index.md | 50 +- .../learn/javascript/client-side_web_apis/index.md | 12 +- .../client-side_web_apis/introduction/index.md | 20 +- .../client-side_web_apis/third_party_apis/index.md | 6 +- .../video_and_audio_apis/index.md | 60 +- .../javascript/first_steps/a_first_splash/index.md | 130 ++--- .../learn/javascript/first_steps/arrays/index.md | 88 +-- files/fr/learn/javascript/first_steps/index.md | 22 +- .../fr/learn/javascript/first_steps/math/index.md | 68 +-- .../first_steps/silly_story_generator/index.md | 20 +- .../learn/javascript/first_steps/strings/index.md | 58 +- .../first_steps/useful_string_methods/index.md | 52 +- .../javascript/first_steps/variables/index.md | 108 ++-- .../first_steps/what_is_javascript/index.md | 86 +-- .../first_steps/what_went_wrong/index.md | 88 +-- files/fr/learn/javascript/index.md | 6 +- .../adding_bouncing_balls_features/index.md | 76 +-- files/fr/learn/javascript/objects/basics/index.md | 20 +- .../objects/classes_in_javascript/index.md | 74 +-- files/fr/learn/javascript/objects/index.md | 16 +- files/fr/learn/javascript/objects/json/index.md | 162 +++--- .../objects/object_building_practice/index.md | 98 ++-- files/fr/learn/performance/css/index.md | 4 +- files/fr/learn/performance/html/index.md | 4 +- files/fr/learn/performance/index.md | 8 +- .../performance/measuring_performance/index.md | 20 +- .../learn/performance/why_web_performance/index.md | 2 +- .../learn/server-side/django/admin_site/index.md | 20 +- .../server-side/django/generic_views/index.md | 172 +++--- .../fr/learn/server-side/django/home_page/index.md | 46 +- .../learn/server-side/django/introduction/index.md | 96 ++-- files/fr/learn/server-side/django/models/index.md | 86 +-- .../server-side/django/skeleton_website/index.md | 74 +-- files/fr/learn/server-side/django/testing/index.md | 630 ++++++++++----------- .../django/tutorial_local_library_website/index.md | 4 +- .../express_nodejs/introduction/index.md | 12 +- .../first_steps/client-server_overview/index.md | 68 +-- files/fr/learn/server-side/first_steps/index.md | 8 +- .../server-side/first_steps/introduction/index.md | 52 +- .../first_steps/web_frameworks/index.md | 34 +- .../first_steps/website_security/index.md | 18 +- .../client-side_javascript_frameworks/index.md | 4 +- .../introduction/index.md | 8 +- .../main_features/index.md | 6 +- .../react_getting_started/index.md | 2 +- .../react_todo_list_beginning/index.md | 8 +- .../vue_getting_started/index.md | 6 +- .../cross_browser_testing/accessibility/index.md | 30 +- .../cross_browser_testing/html_and_css/index.md | 38 +- .../cross_browser_testing/introduction/index.md | 16 +- .../cross_browser_testing/javascript/index.md | 62 +- .../testing_strategies/index.md | 4 +- files/fr/learn/tools_and_testing/github/index.md | 2 +- .../understanding_client-side_tools/index.md | 2 +- 181 files changed, 3417 insertions(+), 3413 deletions(-) (limited to 'files/fr/learn') diff --git a/files/fr/learn/accessibility/accessibility_troubleshooting/index.md b/files/fr/learn/accessibility/accessibility_troubleshooting/index.md index 7d501db4fb..4dae77c200 100644 --- a/files/fr/learn/accessibility/accessibility_troubleshooting/index.md +++ b/files/fr/learn/accessibility/accessibility_troubleshooting/index.md @@ -22,7 +22,7 @@ Dans l’évaluation de ce module, nous vous présentons un site simple, qui pr Conditions préalables: Connaissances informatiques de base, une compréhension de base de HTML, - CSS et JavaScript, une compréhension de la  previous articles in the course. @@ -40,7 +40,7 @@ Dans l’évaluation de ce module, nous vous présentons un site simple, qui pr ## Point de départ -Pour lancer cette évaluation, vous devez aller chercher le  [ZIP containing the files that comprise the example](https://github.com/mdn/learning-area/blob/master/accessibility/assessment-start/assessment-files.zip?raw=true). Décompressez le contenu dans un nouveau répertoire quelque part sur votre ordinateur local +Pour lancer cette évaluation, vous devez aller chercher le [ZIP containing the files that comprise the example](https://github.com/mdn/learning-area/blob/master/accessibility/assessment-start/assessment-files.zip?raw=true). Décompressez le contenu dans un nouveau répertoire quelque part sur votre ordinateur local Le site d'évaluation terminé devrait ressembler à ceci: @@ -70,13 +70,13 @@ Les images sont actuellement inaccessibles aux utilisateurs de lecteur d'écran. ### Le lecteur audio -1. Le lecteur  `