Skip to content

Commit

Permalink
[compression-dictionaries] Removed dates from whatwg references
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Aug 22, 2024
1 parent 1e785aa commit c0bf31a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions draft-ietf-httpbis-compression-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ normative:
CORS-CHECK:
target: https://fetch.spec.whatwg.org/#cors-check
title: Fetch - Living Standard
date: 17 June 2024
author:
-
org: WHATWG
REQUEST-DESTINATION:
target: https://fetch.spec.whatwg.org/#requestdestination
title: Fetch - Living Standard
date: 17 June 2024
author:
-
org: WHATWG
Expand All @@ -68,7 +66,6 @@ normative:
URL: RFC3986
URLPattern:
title: URL Pattern - Living Standard
date: 18 March 2024
target: https://urlpattern.spec.whatwg.org/
author:
-
Expand Down

2 comments on commit c0bf31a

@reschke
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unfortunate that kramdown converts this to "n.d.".

@pmeenan
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unfortunate that kramdown converts this to "n.d.".

Thanks for calling this out. I had assumed that it was "normal" since the rfcs in the repo that reference whatwg without a date leave it missing. It looks like kramdown-rfc supports date: false to explicitly leave it blank.

I just made the update and published draft-16 with the change: https://datatracker.ietf.org/doc/draft-ietf-httpbis-compression-dictionary/16/

Please sign in to comment.