diff --git a/index.html b/index.html index c3e5655..7684c0e 100644 --- a/index.html +++ b/index.html @@ -873,12 +873,13 @@
If the port is an input port, skip to the next step. If the output port's .state is not - "connected", - clear all pending send data and skip to the next step. Clear - any pending send data in the system with timestamps in the - future, then finish sending any send messages with no - timestamp or with a timestamp in the past or present, prior - to proceeding to the next step. + "connected" + or if its .connection is "pending", clear all pending send + data and skip to the next step. Clear any pending send data + in the system with timestamps in the future, then finish + sending any send messages with no timestamp or with a + timestamp in the past or present, prior to proceeding to + the next step.
- Terminate these steps. -
-