From 9d2e2095ef4a0676c4daaa9ced69fad0f23d13b3 Mon Sep 17 00:00:00 2001 From: Alison Hall Date: Wed, 13 Mar 2024 17:12:05 -0400 Subject: [PATCH 1/3] Add notes and questions in comments --- content/body/accessible-text-svg.php | 1 + content/body/exposing-style-info-to-screen-readers.php | 1 + content/body/focus-styling.php | 1 + content/body/heading.php | 1 + content/body/skip-link.php | 1 + content/body/tooltip.php | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/body/accessible-text-svg.php b/content/body/accessible-text-svg.php index ab473ef3..816df1fb 100644 --- a/content/body/accessible-text-svg.php +++ b/content/body/accessible-text-svg.php @@ -51,6 +51,7 @@ This text complies with text spacing and text resizing requirements. If you use the text-spacing bookmarklet above, the text spaces out and doesn't get cut off.

+
+ - + Date: Fri, 15 Mar 2024 11:34:10 -0400 Subject: [PATCH 2/3] Add notes and comments for the Code Quality page --- content/body/code-quality.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/body/code-quality.php b/content/body/code-quality.php index 2d5857be..cf967c14 100644 --- a/content/body/code-quality.php +++ b/content/body/code-quality.php @@ -106,6 +106,7 @@

Before we start

+

Our unit testing examples use ES6 modules. In order to support ES6 Modules in Jest, you need to do the following @@ -159,6 +160,8 @@ + + \ No newline at end of file +