- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
Open
Labels
Description
This question is about IPv6 address representation in WARC captures.
- https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.1/#warc-ip-address refers to RFC4291, and
 - https://www.rfc-editor.org/rfc/rfc4291.html#section-2.2 says that the form (
x:x:x:x:x:x:x:x) is the "preferred" one. However, - https://datatracker.ietf.org/doc/html/rfc5952 "updates RFC4291" and "defines a canonical textual representation format", recommending the maximally shortened presentation: - no leading zeros, making use of 
::notation, lowercase, and further detailed format specifications. 
I'd be in favor of the format specified in RFC5952. But the WARC standard refers to RFC4291 and does not say anything about RFCs superseded or updated by another RFC. Are there any recommendations?