From 5636184dc66463c54c8b1924eb18922d0a588934 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 28 Jun 2023 07:49:52 -0700 Subject: [PATCH 1/4] Change implicit anchor element example --- css-anchor-position-1/Overview.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index e6acbd8b19b3..3a85735184c4 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -160,10 +160,9 @@ a particular element is an implicit anchor element for a given positioned element.

- For example, the Popover API allows a popover - to declare what element is anchoring it. - This makes the declared element the [=implicit anchor element=] - for the popover. + For example, the HTML spec defines an attribute which allows an element to + declare what element it is anchored to. This makes the declared element the + [=implicit anchor element=] for the element with the attribute. [=Implicit anchor elements=] can be referenced with the ''implicit'' keyword, From 667c1e7e720b2ffb23a003c2cfa4d68d2d5af871 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Wed, 28 Jun 2023 07:53:43 -0700 Subject: [PATCH 2/4] add attribute name --- css-anchor-position-1/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index 3a85735184c4..ce08025caa80 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -160,9 +160,9 @@ a particular element is an implicit anchor element for a given positioned element.

- For example, the HTML spec defines an attribute which allows an element to - declare what element it is anchored to. This makes the declared element the - [=implicit anchor element=] for the element with the attribute. + For example, the HTML spec defines an "anchor" attribute which allows an + element to declare what element it is anchored to. This makes the declared + element the [=implicit anchor element=] for the element with the attribute. [=Implicit anchor elements=] can be referenced with the ''implicit'' keyword, From a49bd7bd00fbfa223565f3c356bb66bc2cb5ae82 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Thu, 29 Jun 2023 11:26:37 -0700 Subject: [PATCH 3/4] link to spec pr --- css-anchor-position-1/Overview.bs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index ce08025caa80..1b564a1732c5 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -160,9 +160,11 @@ a particular element is an implicit anchor element for a given positioned element.

- For example, the HTML spec defines an "anchor" attribute which allows an - element to declare what element it is anchored to. This makes the declared - element the [=implicit anchor element=] for the element with the attribute. + For example, the HTML spec defines an + "anchor" attribute which allows an element to declare what element it is + anchored to. This makes the declared element the [=implicit anchor element=] + for the element with the attribute. [=Implicit anchor elements=] can be referenced with the ''implicit'' keyword, From 7e7e9aa367f7b84a591f5aa45d4f0da3a1e5cea9 Mon Sep 17 00:00:00 2001 From: Tab Atkins Jr Date: Wed, 5 Jul 2023 14:08:32 -0700 Subject: [PATCH 4/4] rewrap to logical linebreaks and refer to the eventual anchor --- css-anchor-position-1/Overview.bs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css-anchor-position-1/Overview.bs b/css-anchor-position-1/Overview.bs index 1b564a1732c5..3aca5316db66 100644 --- a/css-anchor-position-1/Overview.bs +++ b/css-anchor-position-1/Overview.bs @@ -160,10 +160,9 @@ a particular element is an implicit anchor element for a given positioned element.

- For example, the HTML spec defines an - "anchor" attribute which allows an element to declare what element it is - anchored to. This makes the declared element the [=implicit anchor element=] + For example, the HTML spec defines an <{html-global/anchor}> attribute + which allows an element to declare what element it is anchored to. + This makes the declared element the [=implicit anchor element=] for the element with the attribute. [=Implicit anchor elements=] can be referenced