You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ECMA-426, we have more types of "notes" than the two supported by ecmarkup. For example, in http://tc39.es/ecma426/#sec-linking-inline you can see an "Example" and an "Issue".
We currently make them work by using <emu-note example>/<emu-note issue> with some custom CSS, but we have to inject the "Example"/"Issue" title through CSS so it's not user-selectable.
It'd be great if Ecmarkup:
allowed custom values for emu-note's type attribute, and used it to generate the label and to maintain the counter, type="editor" would be special-cased to have "editor's note" rather than just "editor" as the label
the various colors were customizable through CSS variables, so that we could simply do
In ECMA-426, we have more types of "notes" than the two supported by ecmarkup. For example, in http://tc39.es/ecma426/#sec-linking-inline you can see an "Example" and an "Issue".
We currently make them work by using
<emu-note example>
/<emu-note issue>
with some custom CSS, but we have to inject the "Example"/"Issue" title through CSS so it's not user-selectable.It'd be great if Ecmarkup:
emu-note
'stype
attribute, and used it to generate the label and to maintain the counter,type="editor"
would be special-cased to have "editor's note" rather than just "editor" as the labelThe text was updated successfully, but these errors were encountered: