From 7ea7a57aed50ca7fb3f54728ab662dbfe1bc9645 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 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/source b/source index 719a9e00795..b6cd3606c49 100644 --- a/source +++ b/source @@ -13599,18 +13599,23 @@ Transport Protocol">HTTP</abbr> today.</p> -
  1. Return the parent directionality of element.

  2. +
    Otherwise
    + +

    Return the parent directionality of element.