@@ -1515,7 +1515,7 @@ \subsection{\elem{TABLEDATA} Serialization}
15151515then the item is assumed to contain no data.
15161516Valid representations of values in a cell, depending on their
15171517\attr {datatype}, are detailed in \Aref {sec:datatypes }.
1518- If the {\elem {TD}} element is empty ({\verb |<TD/> | or \verb |<TD></TD> |)
1518+ If the {\elem {TD}} element is empty ({\verb |<TD/> | or \verb |<TD></TD> |} )
15191519the cell is considered to contain no data, i.e.\ to be null.
15201520
15211521If a cell contains an array of numbers or a complex number,
@@ -2164,13 +2164,13 @@ \section{MIME Type}
21642164
21652165In the HTTP protocol (RFC 2616), the MIME type is the value specified by the
21662166{\textsf {Content-Type:}} header. The recommended MIME type describing
2167- a VOTable document is {\literalvalue {\textsf {application/x-votable+xml}}:
2167+ a VOTable document is {\literalvalue {\textsf {application/x-votable+xml}}} :
21682168the {\bf x-} prefix indicates an experimental type, and
21692169is required for non-registered media types; and the
21702170{\bf +xml} suffix (defined by RFC 3023 section 7)
21712171indicates that the type describes a specialization of XML.
21722172This type may be accompanied by an optional parameter
2173- {\literalvalue {\textsf {serialization}}
2173+ {\literalvalue {\textsf {serialization}}}
21742174with a value specifying the serialization type used for table data within the
21752175document, one of TABLEDATA, FITS, BINARY or BINARY2,
21762176interpreted case-insensitively.
0 commit comments