Simon Pieters

Results 719 comments of Simon Pieters

No need to fix `=` since the issue goes away with the reformatting.

> * A lot of the `` tags are preceded by 2-10 spaces, where it should presumably be only 1. > > * Sometimes a `` isn't joined to the...

I'm happy with the result now. I've looked through the source and added some more `data-noreformat` attributes. I've also added a workflow step to run the script so future changes...

I noticed multiple spaces before comments. Edit: fixed.

Generally, no line breaks within a paragraph are allowed. Exceptions are "custom" linebreaks for readability and easier editing, e.g. HTML uses one line per name in the Acknowledgements paragraph. These...

@jmdyck thank you for reviewing! > There are some spots where the reformatter has incorrectly dropped a space before a start-tag, e.g. This was a bug in the script, now...

@jmdyck thanks, I think those are also fixed now.

The HTML parser already has some limits, I don't see a problem in principle to specify this one as well.

> But yeah, cleaning up the spec to avoid confusion would be great too! Do you mean cleaning up Chromium's IDL?