Fork me on GitHub
#rum
<
2016-07-18
>
Niki09:07:23

@tap: they are possible, but not lethally bad

Niki09:07:49

e.g. if you’re using maps with 8+ elements for attributes, we can’t gurantee the order of elements

Niki09:07:18

but if you’ll find a reproducible case please file it

len14:07:30

Hello, newbie question, is there a simple way to add the data-* attributes to a component ?

len14:07:15

i.e. from this <ul class="accordion" data-accordion role="tablist">

len14:07:34

is this good [:ul.accordion {:data-accordion true :role "tablist"}]

martinklepsch15:07:37

@len: for attributes with actual no value supplying true is fine, yes

martinklepsch15:07:49

I think that's "how it's done" in fact

len15:07:16

thanks, that does seem to be working.

len15:07:43

I have an app using zurb foundation and am trying to port it across, looks like the custom javascript they use is going to be an issue