Spec both says: > The order that members appear [on an interface] has significance for property enumeration in the ECMAScript binding. and > The order of appearance of an interface definition and any of its partial interface definitions does not matter. This seems contradictory. Which one is it? And more precisely, how is enumeration order defined across partials if at all.