From 1bfad8638a7aaad207fc190401437b597ebd1f67 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Thu, 16 Jul 2026 23:15:59 -0700 Subject: [PATCH 1/2] Add conformance section Fix #95. --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7edc82f..427104d 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

Introduction

Document Conventions

-

In this document [[RFC2119]] keywords in uppercase italics have their usual meaning. We also use these stylistic conventions:

+

We use the following stylistic conventions:

Definitions appear with a different background color and decoration like this.

Best practices appear with a different background color and decoration like this.

@@ -152,6 +152,8 @@

Strings that are not localizable text

+
+

Best Practices, Recommendations, and Gaps

This section consists of the Internationalization (I18N) Working Group's set of best practices for identifying language and string direction in data formats on the Web. In some cases, there are gaps in existing standards, where the recommendations of the I18N WG require additional standardization or there might be barriers to full adoption.

From a5072146ecab4b57708d51e3d64d179b4fcdd941 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Fri, 17 Jul 2026 19:50:30 -0700 Subject: [PATCH 2/2] fix per Addison --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 427104d..31a43aa 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

Introduction

Document Conventions

-

We use the following stylistic conventions:

+

This document uses the following stylistic conventions:

Definitions appear with a different background color and decoration like this.

Best practices appear with a different background color and decoration like this.