skhtml/macros/src
lunchhunter c2584878a5
Fix `data-` prefix duplication
The `data-` prefix is being duplicated, such that `data-foo="bar"` is
being rendered as `data-data-foo="bar"`.

This change removes the prefix at the `Element` level, and leaves its
addition at the `Display` level, causing it to be rendered correctly.
2018-12-04 16:23:03 -08:00
..
config.rs Make it generic on event type, determined by output type. 2018-12-01 18:33:34 +00:00
declare.rs Make it generic on event type, determined by output type. 2018-12-01 18:33:34 +00:00
error.rs Remove proc_macro_diagnostic feature 2018-11-18 02:45:04 -08:00
grammar.lalrpop Make it generic on event type, determined by output type. 2018-12-01 18:33:34 +00:00
html.rs Fix `data-` prefix duplication 2018-12-04 16:23:03 -08:00
ident.rs Remove proc_macro_quote feature 2018-11-17 23:38:39 -08:00
lexer.rs Remove proc_macro_quote feature 2018-11-17 23:38:39 -08:00
lib.rs Make it generic on event type, determined by output type. 2018-12-01 18:33:34 +00:00
map.rs A mess of LALRPOP. 2018-11-14 00:30:59 +00:00
parser.rs Completely transitioned to LALRPOP and new declare macro. 2018-11-14 16:22:07 +00:00
span.rs Remove proc_macro_quote feature 2018-11-17 23:38:39 -08:00