Chris Hall

Results 34 comments of Chris Hall

Some existing elements and their behavior Element | behavior on Click | behavior on Enter | behavior on Space ------------|----------------------|---------------------|----------------------- `` | Click event | Click and Enter events |...

Related links: Non-click activation behaviours must, by default, fire a Click event. https://html.spec.whatwg.org/multipage/interaction.html#activation The activation triggers for `` elements are Click and Enter. https://w3c.github.io/uievents/#event-flow-activation Space and Enter dispatch a Click...

I can see how the syntax is somewhat confusing. From looking at just the `id-maps` you can't tell which direction information is intended to flow. ```html ``` From context you...

#174 sent You may also want to make sure you regenerate you REPO_TOKEN on coveralls.io

Hmmm this might be complicated by it running within Docker, that may meant the environment isn't setup correctly. See https://github.com/lemurheavy/coveralls-public/issues/997 for other projects dealing with this

I'm working on a fix for this to run the tests within docker and run cpp-coveralls outside of docker, so that we can remove the .coveralls.yml file

I have updated the PR to move the cpp-coveralls call to run outside the docker container Something about your cmake infrastructure requires it to be run *twice* before it generates...

bumping to sub myself.

First pass attempt in #1087, feedback welcome :)

Still need to add examples showing how encoding works, how accessing characters works Not entirely happy with substring behaviour. Filed #1088