RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 6351, "xCard: vCard XML Representation", August 2011

Note: This RFC has been updated by RFC 6868

Source of RFC: vcarddav (app)

Errata ID: 6577
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Sergei S. Betke
Date Reported: 2021-05-08

Section Appendix A says:

# 6.2.7
property-gender = element gender {
    element sex { "" | "M" | "F" | "O" | "N" | "U" },
    element identity { text }?
  }

It should say:

# 6.2.7
property-gender = element gender {
    element sex { "M" | "F" | "O" | "N" | "U" }?,
    element identity { text }?
  }

Notes:

RFC 6350: The components correspond, in sequence, to the sex (biological), and gender identity. Each component is OPTIONAL.

Report New Errata



Advanced Search