fantasai

Results 119 issues of fantasai

Bikeshed is choking on things like `A|B|C` or `[D]` inside CODE and PRE because it thinks this is some kind of markup. Please make it treat everything other than actual...

Sometimes a variable name needs to be pluralized (when writing algorithms that are more English than Computer), so it would be useful if (like DFNs) there was a way to...

I noticed that with ``` ISSUE(number): something something ``` any commentary in the spec gets dropped and replaced by a dynamically-generated issue title. I think it would be better if...

@tabatkins showed me a trick for a local type definition, which was to put `` and I was wondering if it mightn't make sense to shorthand this pattern to ``.

There's a utility class for strong.advisement that makes them display: block and centered, but most advisements are probably wanting to be Ps or DIVs, just like Notes.

The drop-down descriptions for the various spec states are pretty clear when editing, but in the search results it just says “Published Standard” which seems to be confusing, since we...

bug

Recently ran into several features in chromestatus that had separated two spec URLs by a comma in the spec URL field... of course this didn't quite work in the UI....

enhancement
for-feature-authors

It might be useful to remind people (especially new people) that tests can be failing due to bad tests as well as bad implementations, so my suggestion is to *...