Rahul Gupta
Rahul Gupta
I find that something like `[[!RFC9110#name-origin-server]]` is not working. And when I try to compile a spec with `[[RFC9110#name-origin-server]]`, I get an error: ``` Couldn't find section '#name-origin-server' in spec...
These work: ``` + [[RFC9110 inline]] + [[RFC9110 direct]] + [[RFC9110 index]] + [[!RFC9110 inline]] + [[!RFC9110 direct]] + [[!RFC9110 index]] ``` and this: ``` + [[RFC9110#section-3.5]] ``` But these...
Please don't convert ``` ``` --foo-- ``` ``` to: ``` --foo— ``` Syntax inside a code block is significant and should not be treated like text!
This does not work: ``` [[RFC2046#section-5.1 direct]] ``` but this does: ``` [[RFC2046 direct]] ```
I wonder if you have syntax highlighting for RFC2119 keywords, as recommended by the [W3C style guide](https://www.w3.org/Guide/manual-of-style/#RFC). It is not just wrapping in `` or `*` but adding a `class="rfc2119"`...
The bibliographic reference in the text body is not capitalized, but it is in the References section. The two should be handled consistently. Run this spec: ``` Title: foo Shortname:...
Continuing from our discussion in #1722, this is a formal request to add [PREP](https://github.com/CxRes/prep) notifications with [Solid-PREP](https://github.com/CxRes/solid-prep) semantics for RDF resources to CSS. Maintainers could consider adding support incrementally, such...
Let me start by saying, it is unclear to me how the template works, so this might not be coherent. I have added a new branch `intro-example` to a spec...
This is more of an enquiry rather than an issue: Is it possible to override the index.html page generated in gh-pages branch? I would rather it display the Readme (or...
The Solid specification would undergo many changes over the course of its lifetime. Therefore, it would be necessary for a client to know which version of the standard is implemented...