motorcyclejs / dom

The standard DOM driver for motorcycle.js
MIT License
20 stars 2 forks source link

Namespace `data-isolate` #116

Open Frikki opened 7 years ago

Frikki commented 7 years ago

When a component is isolated, the DOM elements receives a data-isolate attribute. To avoid possible conflicts in user land, we should create a more unique data- attribute, e.g., data-motorcycle-isolate.

TylorS commented 7 years ago

Agreed :+1: