From f19ed0db7a77281e1f9b3bcb404f36ba4d325348 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Mon, 18 Dec 2023 20:45:30 -0500 Subject: [PATCH] Fix case where the directionality of a could be null. In #9796 I refactored the term "auto directionality" to move the fallback to the parent directionality out of the definition of "auto directionality", since I needed the null result in one case to continue a tree traversal rather than returning. However, I missed fixing up one of the references to the term (should I blame the line break?), leaving a case where the spec could define the directionality of a element as null. This fixes that case, and converts the
    to a
    . --- source | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/source b/source index 719a9e00795..37c40124fbd 100644 --- a/source +++ b/source @@ -13599,19 +13599,24 @@ Transport Protocol">HTTP</abbr> today.</p> -
  1. Return the parent directionality of element.

  2. -
+
Otherwise
+ +

Return the parent directionality of element.

+