Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions metadata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,9 @@ <h3>Columns</h3>
<dt id="column-titles"><code>titles</code></dt>
<dd>
<p>
A <a>natural language property</a> that provides possible alternative names for the column. The value of this property becomes the <a href="http://w3c.github.io/csvw/syntax/#dfn-column-titles" class="externalDFN">titles</a> annotation for the described <a href="http://w3c.github.io/csvw/syntax/#dfn-column" class="externalDFN">column</a>.
A <a>natural language property</a> that provides possible alternative names for the column. The string values of this property, along with their associated language tags, become the <a href="http://w3c.github.io/csvw/syntax/#dfn-column-titles" class="externalDFN">titles</a> annotation for the described <a href="http://w3c.github.io/csvw/syntax/#dfn-column" class="externalDFN">column</a>.
</p>
<p>If there is no <code>name</code> property defined on this column, the first <code>titles</code> string value having the same language tag as <a>default language</a> or <code>und</code> or if not specified, becomes the <a href="http://w3c.github.io/csvw/syntax/#dfn-column-name" class="externalDFN">name</a> annotation for the described <a href="http://w3c.github.io/csvw/syntax/#dfn-column" class="externalDFN">column</a>. This annotation MUST be <a href="https://tools.ietf.org/html/rfc3986#page-12" class="externalDFN">percent-encoded</a> as necessary to conform to the syntactic requirements defined in [[!RFC3986]]</p>
<p>If there is no <code>name</code> property defined on this column, the first <code>titles</code> value having the same language tag as <a>default language</a> or <code>und</code> or if not specified, becomes the <a href="http://w3c.github.io/csvw/syntax/#dfn-column-name" class="externalDFN">name</a> annotation for the described <a href="http://w3c.github.io/csvw/syntax/#dfn-column" class="externalDFN">column</a>. This annotation MUST be <a href="https://tools.ietf.org/html/rfc3986#page-12" class="externalDFN">percent-encoded</a> as necessary to conform to the syntactic requirements defined in [[!RFC3986]]</p>
</dd>
<dt id="column-virtual"><code>virtual</code></dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion syntax/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3>Columns</h3>
<li><dfn title="column suppress output">suppress output</dfn> &mdash; a boolean that indicates whether or not this column should be suppressed in any output generated from converting the table, as described in <a href="#converting-tables" class="sectionRef"></a>.</li>
<li><dfn title="column table">table</dfn> &mdash; the <a>table</a> in which the column appears.</li>
<li><dfn title="column text direction">text direction</dfn> &mdash; the indicator of the <a title="cell text direction">text direction</a> <a title="cell value">values</a> of <a title="cell">cells</a> in this column, as described in <a href="#bidirectional-tables" class="sectionRef"></a>.</li>
<li><dfn title="column titles">titles</dfn> &mdash; any number of human-readable titles for the column, each of which has an associated language represented as an object whose properties MUST be language codes as defined by [[!BCP47]] and whose values are arrays of strings related to that language.</li>
<li><dfn title="column titles">titles</dfn> &mdash; any number of human-readable titles for the column, each of which MAY have an associated language code as defined by [[!BCP47]].</li>
<li><dfn title="column value URL">value URL</dfn> &mdash; the expected <a title="cell value URL">value URL</a> <a href="http://w3c.github.io/csvw/metadata/#dfn-uri-template-property" class="externalDFN">URI template</a> used to create the URL identifier for the <a title="annotation value">value</a> of each <a>cell</a> in this, as defined in [[!tabular-metadata]].</li>
<li><dfn title="column virtual">virtual</dfn> &mdash; a boolean that indicates whether the column is a <a>virtual column</a>. <dfn title="virtual column">Virtual columns</dfn> are used to extend the source data with additional empty columns to support more advanced conversions; when this annotation is <code>false</code>, the column is a <dfn>real column</dfn>, which exists in the source data for the table.</li>
</ul>
Expand Down