Skip to content

Commit 476326f

Browse files
committed
Noticed a couple other quick fixes: class='tooltip' made content hidden
1 parent a6ce33b commit 476326f

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

docs/html/docs-page.html

+15-11
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ <h4 class="callout-title"><span class="callout-icon-holder mr-1">
238238
</span>PURPOSE </h4>
239239
<p>Closed captions were created to assist in comprehension for those who are <b>deaf or hard of hearing</b>.
240240
In other cases these are used as a <b>tool</b> by those <b>learning to read</b>, or learning to speak a <b>non-native language</b>.
241-
And, for anyone to use in an environment where the audio is <b>difficult to hear</b> or is <b>intentionally muted</b>.
242-
</p>
241+
And, for anyone to use in an environment where the audio is <b>difficult to hear</b> or is <b>intentionally muted</b>.</p>
242+
<p><a href="./docs-page.html#section-3-0">See <b>Expected Quality</b></a> below for the purpose in creating this software. </p>
243+
243244
</div>
244245
</div>
245246

@@ -303,14 +304,16 @@ <h3 class="mt-5" id="section-2-1">Developer Reference</h3>
303304
<section class="docs-section" id="section-3-0">
304305
<h2 class="section-heading" data-title="Expected Quality">
305306
The Expected Quality of Captions </h2>
306-
<p>Today, there is a gap in the process of Closed Caption Quality production caused by errors within the CC content. Prior to this software,
307-
content delivered to Distributors could not be easily validated without going through (watching) all of the video content, frame by
307+
<p>Today, there is a gap in the process of Closed Caption Quality production caused by errors within the CC content.
308+
<b>Prior to this software</b>,
309+
content delivered to Distributors <b>could not be easily validated</b> without going through (watching) all of the video content, frame by
308310
frame. This makes checking content impractical, and its often overlooked when distributed.
309311
</p>
310-
<p>This has caused the content to be delivered with Closed Caption errors. As a result, this content is then provided to consumers with
311-
errors, making the Distributors at fault for faulty content. Regardless of where the responsibility lies, whether the Content Provider,
312-
or the Distributor, each video can now be validated by each party in a relatively short period of time. Thus, Content Providers can be
313-
certain of what they deliver, and Distributors do not have to accept faulty content, and be at risk of providing a low-quality product.
312+
<p>This has caused the content to be <b>delivered with Closed Caption errors</b>. As a result, this content is then provided to consumers with
313+
errors, <b>putting the Distributors at fault for bad or faulty content</b>.
314+
Regardless of where the responsibility lies, whether the Content Provider,
315+
or the Distributor, <b>with Caption Inspector each video can now be validated by each party</b> in a relatively short period of time.
316+
Thus, Content Providers can be certain of what they deliver, and Distributors do not have to accept faulty content, and be at risk of providing a low-quality product.
314317
</p>
315318
<h3 id="section-3-1" data-title="Industry Guidelines">Industry Accepted Guidelines</h3>
316319
<p>The following are the accepted industry guidelines and best practices for quality: (https://dcmp.org)
@@ -422,7 +425,7 @@ <h2>Type</h2>
422425
</div>
423426
</section>
424427
<p>The second type has all of the Closed Captioning Data decoded in place, still
425-
"<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold tooltip" title="See Term: multiplexed">multiplexed</a>" together. Beyond the current use case of
428+
<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold " title="See Term: multiplexed">multiplexed</a> together. Beyond the current use case of
426429
decoding and examining the Closed Captioning, the Caption Inspector Codebase can be leveraged as a reference implementation of the Closed
427430
Captioning Specifications which would allow a developer to not have to understand the specifics of the specs just to access, manipulate,
428431
and modify the encoded Closed Captioning.
@@ -677,7 +680,7 @@ <h3 id="section-7-4" data-title="Descriptor File">
677680
or every line of an MCC file.
678681
</p>
679682
<p>Unlike the other artifacts, the CCD files are decoded inline, all channels and services have been left
680-
<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold tooltip" title="See Term: multiplexed">multiplexed</a>
683+
<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold " title="See Term: multiplexed">multiplexed</a>
681684
together and have traceability back to the original/unmodified hex that was extracted
682685
from the asset or caption file.
683686
</p>
@@ -731,7 +734,8 @@ <h4 class="lite">Closed Caption Descriptor File (.ccd) </h4>
731734
Files are intended to be annotated hex dumps of the closed captioning descriptors located on every frame of video or every line of an MCC
732735
file.
733736
</p>
734-
<p>Unlike the other artifacts, the CCD files are decoded inline, and all channels and services have been left "<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold tooltip" title="See Term: multiplexed">multiplexed</a>" together and
737+
<p>Unlike the other artifacts, the CCD files are decoded inline, and all channels and services have been left
738+
"<a href="./docs-page.html#section-7-8" data-placement="top" data-toggle="tooltip" class="bold " title="See Term: multiplexed">multiplexed</a>" together and
735739
have traceability back to the original/unmodified hex that was extracted from the asset or caption file. The Closed Caption Descriptor
736740
File contains a decoded binary representation of Closed Captioning Data.
737741
</p>

0 commit comments

Comments
 (0)