diff --git a/doc/main.html b/doc/main.html index 22e4b5c..ed373f9 100644 --- a/doc/main.html +++ b/doc/main.html @@ -9,12 +9,12 @@ - + - + Tooling and documentation for HTML documents @@ -452,7 +452,7 @@
RDD

When pubType is set to RDD, the Foreword section shall be present and there there shall be a single dl, after any author-supplied prose if supplied, which contains contact information about the proponent(s) of the RDD document.

The id attribute shall be present on the dl element and equal to - rdd-proponent.

+ element-proponent.

If present, the dl element shall use a single dt element for each company name designated as a Proponent of the document, and multiple lines of dd as needed for contact information for each company listed. The contact infomation should at least include an address and email, reach out to SMPTE HO for further deatails.

@@ -460,7 +460,7 @@
RDD
 <section id="sec-foreword">
   <p>This is the additional information relevant to the document.</p>
-  <dl id="rdd-proponent">
+  <dl id="element-proponent">
     <dt>Company 1 Name Here</dt>
       <dd>Contact Name</dd>
       <dd>Company Address</dd>
@@ -1277,7 +1277,7 @@ 

Formulae

Special Characters

-

Characters should should be encoded as UTF-8-encoded Unicode codepoints, e.g. あ, instead of HTML entities, e.g. &#x3042;, except as needed for usage in pre or examples. +

Characters should be encoded as UTF-8-encoded Unicode codepoints, e.g. あ, instead of HTML entities, e.g. &#x3042;, except as needed for usage in pre or examples.

@@ -1356,7 +1356,7 @@

Building

  • Uploading the rendered document and corresponding redlines to S3
  • -

    The build process is carried by the build script scripts/build.mjs, which is usually executed by the +

    The build process carried by the build script scripts/build.mjs is usually executed by the GitHub workflow (see ). The script has the following dependencies: