Skip to content

Commit

Permalink
Fix a link fragment in the HTMLTemplateElement: shadowRootDelegatesFo…
Browse files Browse the repository at this point in the history
…cus property (#36104)
  • Loading branch information
mfuji09 authored Sep 29, 2024
1 parent 92e5c0d commit 8bd9c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Otherwise, if an `HTMLTemplateElement` is created, the value of this property is

## Value

Reflects the value of the [`shadowrootdelegatesfocus`](/en-US/docs/Web/HTML/Element/template#shadowrootclonable) attribute of the associated [`<template>`](/en-US/docs/Web/HTML/Element/template) element.
Reflects the value of the [`shadowrootdelegatesfocus`](/en-US/docs/Web/HTML/Element/template#shadowrootdelegatesfocus) attribute of the associated [`<template>`](/en-US/docs/Web/HTML/Element/template) element.

## Specifications

Expand Down

0 comments on commit 8bd9c4c

Please sign in to comment.