Skip to content

Commit

Permalink
Minor style, modified date, copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Mar 19, 2024
1 parent 7881124 commit 6d74776
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ED/qa.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<title>Solid QA</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" media="all" rel="stylesheet" title="W3C-ED" />
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" />
<style>
body {
counter-reset:section;
counter-reset:sub-section;
}
code, samp { color: #c83500; }
pre code, pre samp { color: #000; }
code, samp { color: #e00; }
pre code, pre samp { color: var(--text); }
dfn { font-weight:inherit; }
.do.fragment a { border-bottom:0; }
.do.fragment a:hover { background:none; border-bottom:0; }
Expand Down Expand Up @@ -200,7 +201,7 @@
<article about="" typeof="schema:Article doap:Specification">
<h1 property="schema:name">Solid QA</h1>

<p id="w3c-state">Version <span property="doap:revision">0.2.0</span> Editor’s Draft, <time>2023-12-18</time></p>
<p id="w3c-state">Version <span property="doap:revision">0.2.0</span> Editor’s Draft, <time>2024-03-19</time></p>

<details open="">
<summary>More details about this document</summary>
Expand Down Expand Up @@ -239,7 +240,7 @@ <h1 property="schema:name">Solid QA</h1>

<dl id="document-modified">
<dt>Modified</dt>
<dd><time content="2023-12-18T00:00:00Z" datatype="xsd:dateTime" datetime="2023-12-18T00:00:00Z" property="schema:dateModified">2023-12-18</time></dd>
<dd><time content="2024-03-19T00:00:00Z" datatype="xsd:dateTime" datetime="2024-03-19T00:00:00Z" property="schema:dateModified">2024-03-19</time></dd>
</dl>

<dl id="document-repository">
Expand Down Expand Up @@ -313,7 +314,7 @@ <h1 property="schema:name">Solid QA</h1>
</dl>
</details>

<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2023 the Contributors to Solid QA specification, published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/" rel="schema:license">W3C Community Contributor License Agreement (CLA)</a>. A human-readable <a href="https://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. All code snippets are in the public domain, <a href="https://creativecommons.org/public-domain/cc0/" rel="schema:license">CC0</a>.</p>
<p class="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2024 the Contributors to Solid QA specification, published by the <a href="https://www.w3.org/groups/cg/solid/">Solid Community Group</a> under the <a href="https://www.w3.org/community/about/agreements/cla/" rel="schema:license">W3C Community Contributor License Agreement (CLA)</a>. A human-readable <a href="https://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available. All code snippets are in the public domain, <a href="https://creativecommons.org/public-domain/cc0/" rel="schema:license">CC0</a>.</p>

<div datatype="rdf:HTML" id="content" property="schema:description">
<section id="abstract">
Expand Down

0 comments on commit 6d74776

Please sign in to comment.