From bccb55b87673d66d775be38d51cd5c2cd2fb94e7 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Tue, 9 Jan 2024 07:47:19 -0800 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
    . Tests: https://github.com/web-platform-tests/wpt/pull/43896. --- source | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/source b/source index 3083f4218a9..0bf7e833c02 100644 --- a/source +++ b/source @@ -13600,19 +13600,21 @@ Transport Protocol">HTTP</abbr> today.</p> -
  1. Return the parent directionality of element.

  2. -
+
Otherwise
+

Return the parent directionality of element.

+