diff --git a/encoding.bs b/encoding.bs index 3c0f05c..39c5cd0 100644 --- a/encoding.bs +++ b/encoding.bs @@ -279,10 +279,10 @@ from a string label, run these steps: below, return the corresponding encoding, and failure otherwise. -

This is a much simpler and more restrictive algorithm of -mapping labels to encodings than -section 1.4 of Unicode Technical Standard #22 -prescribes, as that is found to be necessary to be compatible with deployed content. +

This is a more basic and restrictive algorithm of mapping labels +to encodings than +section 1.4 of Unicode Technical Standard #22 +prescribes, as that is necessary to be compatible with deployed content. @@ -1439,7 +1439,7 @@ must run these steps:

The constraints in the UTF-8 decoder above match “Best Practices for Using U+FFFD” from the Unicode standard. No other behavior is permitted per the Encoding Standard (other algorithms that -achieve the same result are obviously fine, even encouraged). +achieve the same result are fine, even encouraged). [[!UNICODE]]