waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
358 stars 88 forks source link

Preserve order from HTML in custom elements #1275

Closed dethe closed 8 years ago

dethe commented 8 years ago

There was an ordering problem between wb-values and wb-row when we stash them in the block header. Apparently processing siblings in order is not actually required by the Custom Element spec. Anyway, this uses less of the Custom Element API and seems to work across browsers now.

alexjsmac commented 8 years ago

Did you leave the console.log() in there on purpose?

dethe commented 8 years ago

No that was an oops, thanks for catching it!

dethe commented 8 years ago

Fixed now.

alexjsmac commented 8 years ago

Ahh alright, otherwise good to :ship: