diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 80880528..153cfeb3 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -289,6 +289,16 @@

Slots

  • The root node of the slot element is a shadow root
  • There is no other slot element in the ancestors of the slot element
  • + +

    + A slot name is the name of a slot. +

    + +

    + A default slot is a slot that doesn't have a slot name. + If there are more than one slots which doen't have a slot name in the same shadow tree, the most preceding one is the default slot. The others are not. +

    +
    @@ -1399,7 +1409,7 @@

    The slot element

    Global attributes
    -
    name, the name of the slot
    +
    name, the slot name
    Represents the slot name.