-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve conformance notation matching
Add test
- Loading branch information
Showing
3 changed files
with
54 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!doctype html> | ||
<html> | ||
<head itemscope="itemscope" itemtype="http://smpte.org/standards/documents"> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<script type="module" src="../../../../smpte.js"></script> | ||
<meta itemprop="test" content="valid" /> | ||
<meta itemprop="pubType" content="EG" /> | ||
<meta itemprop="pubNumber" content="429" /> | ||
<meta itemprop="pubPart" content="6" /> | ||
<meta itemprop="pubSuiteTitle" content="Suite title" /> | ||
<meta itemprop="pubTC" content="27C" /> | ||
<meta itemprop="pubStage" content="WD" /> | ||
<meta itemprop="pubState" content="draft" /> | ||
<title>Title of the document</title> | ||
</head> | ||
<body> | ||
<section id="sec-scope"> | ||
<p>This is the scope of the document.</p> | ||
</section> | ||
<section id="sec-a"> | ||
<h2>A</h2> | ||
<p>The cat is blue.</p> | ||
</section> | ||
</body> | ||
</html> |