Closed kitsonk closed 8 years ago
@kitsonk commented on Mon Jul 27 2015
We should standardise has flag naming to be more expressive. The ideally should refer to the macro standard of which they were introduced in.
For example:
html5-
dom3-
es5-
es6-
es7-
Object.observe
css3-
We have started following this and most of this was accomplished during the refactor that broke dojo/shim out of dojo/core and we should continue to do this.
dojo/shim
dojo/core
@kitsonk commented on Mon Jul 27 2015
We should standardise has flag naming to be more expressive. The ideally should refer to the macro standard of which they were introduced in.
For example:
html5-
for items that were introduced as part of HTML5dom3-
for items that were introduced as W3C DOM Level 3 Specificationes5-
for items that were introduced as part of ECMAScript 5es6-
for items that were introduced as part of ECMAScript 6/2015es7-
for items that are likely to be ratified as part of ECMAScript 7 (e.g.Object.observe
)css3-
for items that were introduced as part of CSS3