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 @@
+ 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. +
+slot
elementname
, the name of the slotname
, the slot name