From 69e0281ab4db3cf28d09566f9102dc78216fa394 Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Wed, 2 Sep 2015 14:32:36 +0900 Subject: [PATCH] [Fix #307] Define "Assigned Slot" --- spec/shadow/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 3520ca11..dd41935b 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -280,6 +280,10 @@

Slots

A slot is a defined location where nodes in a different node tree appear instead of the nodes's original position when constructing a composed tree.

+

+ A node can be assigned to a slot, called an assigned slot. The exact algorithm of determining an assigned slot for a node is specified later. +

+

A distribution is the mechanism that determines which nodes appear at each slot. The exact algorithm of a distribution is specified later.

@@ -309,7 +313,7 @@

Slots

Slotting Algorithm

- The slotting algorithm must be used to determine an assigned slot for a node and must be equivalent to processing the following steps: + The slotting algorithm must be used to determine an assigned slot for a node and must be equivalent to processing the following steps: