// Stage 0: Initialize with the built-in defaults
// Stage 1a: Add the parent styles (but only the one marked as inheritable).
final LayoutElement parent = element.getParent();
final LayoutStyle initialStyle = getInitialStyle();
if (layoutContext.copyFrom(initialStyle) == false)
{
// ok, manual copy ..
DebugLog.log("Failed to use fast-copy");
for (int i = 0; i < keys.length; i++)
{