From 78ad50c2a4fcabadd4bb379b09e1032273a0e84a Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Thu, 11 Jul 2024 20:14:48 -0700 Subject: [PATCH 01/11] Update text node definition with DOM text interface definition --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index fc0ba0f5d..76662a3f2 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,7 +285,7 @@

Name and Description

contents
- name is generated from the Text [=nodes=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only + name is generated from the [=Text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
prohibited
@@ -706,7 +706,7 @@

Computation steps

  • - Text Node: Otherwise, if the current node is a Text [=Node=], return its textual + Text Node: Otherwise, if the current node is a [=Text=] node, return its textual contents.
  • From ce27faaf7daf0d7c605a641c3cf143bf0ff641d7 Mon Sep 17 00:00:00 2001 From: rahimabdi Date: Fri, 12 Jul 2024 03:19:02 +0000 Subject: [PATCH 02/11] chore: prettier --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index 76662a3f2..0a83a9509 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the [=Text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only - if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the [=Text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if + higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    From bf4f7b889628a4502bb2efca86be20960973c7c9 Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Thu, 11 Jul 2024 20:40:31 -0700 Subject: [PATCH 03/11] Use lower case xref for [=text=] --- accname/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accname/index.html b/accname/index.html index 0a83a9509..1e0ee72c5 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the [=Text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if - higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the [=text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only + if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,7 +706,7 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a [=Text=] node, return its textual + Text Node: Otherwise, if the current node is a [=text=] node, return its textual contents.
  • From dc73c54872d056e736761d15fdcb0883ed8f7c1f Mon Sep 17 00:00:00 2001 From: rahimabdi Date: Fri, 12 Jul 2024 03:45:25 +0000 Subject: [PATCH 04/11] chore: prettier --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index 1e0ee72c5..41931b2e0 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the [=text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only - if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the [=text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if + higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    From 4e54decf642250c812efca25994478151b1735a3 Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Thu, 11 Jul 2024 20:57:14 -0700 Subject: [PATCH 05/11] Curly braces for DOM spec xref references? --- accname/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accname/index.html b/accname/index.html index 41931b2e0..fee1dee92 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the [=text=] node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if - higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the {{Text}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only + if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,7 +706,7 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a [=text=] node, return its textual + Text Node: Otherwise, if the current node is a {{Text}} node, return its textual contents.
  • From 68544627c7b227e6f78184116a300ba5a38be4ce Mon Sep 17 00:00:00 2001 From: rahimabdi Date: Fri, 12 Jul 2024 03:59:10 +0000 Subject: [PATCH 06/11] chore: prettier --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index fee1dee92..6d2e26f9d 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the {{Text}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only - if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the {{Text}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if + higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    From e6402cb7f39ad63ecdecba50a29ddcdbc25f8a92 Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Thu, 11 Jul 2024 21:21:31 -0700 Subject: [PATCH 07/11] Add text definition ReSpec alias --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index 6d2e26f9d..034607db9 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,7 +285,7 @@

    Name and Description

    contents
    - name is generated from the {{Text}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if + name is generated from the {{Text|text node}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,7 +706,7 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a {{Text}} node, return its textual + Text Node: Otherwise, if the current node is a {{Text|text node}} node, return its textual contents.
  • From 043766d7b9dd5cd10485004f733ac88979e0ba2b Mon Sep 17 00:00:00 2001 From: rahimabdi Date: Fri, 12 Jul 2024 04:22:06 +0000 Subject: [PATCH 08/11] chore: prettier --- accname/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accname/index.html b/accname/index.html index 034607db9..f36d9f056 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the {{Text|text node}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if - higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the {{Text|text node}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is + used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,8 +706,8 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a {{Text|text node}} node, return its textual - contents. + Text Node: Otherwise, if the current node is a {{Text|text node}} node, return its + textual contents.
  • Recursive Name From Content: Otherwise, if the current node is a descendant of an From 7b11b0e19fe8f54f19f6a006fe91fd351a7a4a18 Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Sun, 14 Jul 2024 10:57:37 -0700 Subject: [PATCH 09/11] Update ReSpec link referencing exclusive text node DOM spec --- accname/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accname/index.html b/accname/index.html index f36d9f056..63caedf20 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,7 +285,7 @@

    Name and Description

    contents
    - name is generated from the {{Text|text node}} node associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is + name is generated from the [=exclusive Text node|text node=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,7 +706,7 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a {{Text|text node}} node, return its + Text Node: Otherwise, if the current node is a [=exclusive Text node|text node=], return its textual contents.
  • From c9206414c06c2973ce50ae53815b20baef4edf3d Mon Sep 17 00:00:00 2001 From: rahimabdi Date: Sun, 14 Jul 2024 17:58:18 +0000 Subject: [PATCH 10/11] chore: prettier --- accname/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accname/index.html b/accname/index.html index 63caedf20..f523e32d8 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,8 +285,8 @@

    Name and Description

    contents
    - name is generated from the [=exclusive Text node|text node=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is - used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm. + name is generated from the [=exclusive Text node|text node=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, + "content" is used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited
    @@ -706,8 +706,8 @@

    Computation steps

  • - Text Node: Otherwise, if the current node is a [=exclusive Text node|text node=], return its - textual contents. + Text Node: Otherwise, if the current node is a [=exclusive Text node|text node=], return + its textual contents.
  • Recursive Name From Content: Otherwise, if the current node is a descendant of an From bde4f90bfc312be58e09e04842d55136713a924a Mon Sep 17 00:00:00 2001 From: Rahim Abdi Date: Thu, 18 Jul 2024 16:39:44 -0700 Subject: [PATCH 11/11] Update section 4. 'contents' text node ReSpec link for plurality (i.e., text nodes) --- accname/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accname/index.html b/accname/index.html index f523e32d8..38fc9d080 100644 --- a/accname/index.html +++ b/accname/index.html @@ -285,7 +285,7 @@

    Name and Description

    contents
    - name is generated from the [=exclusive Text node|text node=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, + name is generated from the [=exclusive Text node|text nodes=] associated with the [=element=]. Although this may be allowed in addition to "author" in some roles, "content" is used only if higher priority "author" features are not provided. Priority is defined by the text equivalent computation algorithm.
    prohibited