tc39 / proposal-ses

Draft proposal for SES (Secure EcmaScript)
222 stars 20 forks source link

Why non-ascii characters in spec as rendered into html #22

Closed erights closed 8 years ago

erights commented 8 years ago

Hi @caridy and @bterlson , I notice that https://raw.githubusercontent.com/FUDCo/proposal-frozen-realms/master/index.html contains several occurrences of the "◢" \u25e2 black lower right triangle character, but that these do not appear in the spec source at https://raw.githubusercontent.com/FUDCo/proposal-frozen-realms/master/spec/index.emu . Are these introduced for some reason by the process of generating the html from the source? Why?

caridy commented 8 years ago

@erights this is introduced by ecmarkup when rendering the left hand side index menu to html, to signal expand vs collapsed options in the menu. I think @bterlson is using that character, rotating it 45 degrees with css, you can see it in action here: https://rawgit.com/FUDCo/proposal-frozen-realms/master/index.html or in any of our specs.

caridy commented 8 years ago

btw, I haven't finish with the build steps, but eventually the HTML will be pushed into gh-pages branch, will work on that soon, for now focus on the spec text for the next meeting.

caridy commented 8 years ago

@erights if you feel we should not use that characters, we can open an new issue for ecmarkup. closing this one.

erights commented 8 years ago

Hi @caridy with your explanation, closing is fine. I just had no idea why it was there. Thanks.