Roberto Polli

Results 390 comments of Roberto Polli

It would be great to leave the job to xref or relref, eg ``` Content-Type ``` but iiuc it generates by design the following html ``` 3 (section_of) ``` Referencing...

The following seems to work with 1.6.4 :) @LPardue @martinthomson WDYT? ``` Hi [representation] bar baz [representation]: {{section-3.2 (representation)

Hi @martinthomson > ``` > representation > ``` > Though I'm not sure how that renders. It seems it doesn't render :( iiuc format="none" can't be used with "section", or...

@martinthomson given that the XML you suggest does not seem to work with xml2rfc, can we agree that the XML generated via https://github.com/cabo/kramdown-rfc/issues/155#issuecomment-1060882076 is a reasonable output ? This would...

@cabo the goal is to define once in a .md the reference to a specific link/keyword instead of repeating every time the URL. This is a major simpllification for editors....

If it's just a matter of code, I think it's ok. I don't know if this change in xmlrfc requires to modify the specifications too: this might be more complex.

Moved the cache/representation parte in another issue, as I think that's complex.

I left a comment on the above commit: https://github.com/dret/I-D/commit/a419ba894bad4cd31ae0b16f01adb26fd71161cc#r39174548

``` A server MAY return `RateLimit` response header fields independently of the response status code. If a response contains both the `Retry-After` and the `RateLimit-Reset` header fields, their values MUST...

While I'd like to say equal, I don't want to restrict retry-after implementations. If you implemented already retry-after with the httpdate syntax you can adopt ratelimit-reset in Delta-seconds notation without...