Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Head | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace pvc\html\elements_structured; |
4 | |
5 | /** |
6 | * the grandparent of this element is the document. If the document is |
7 | * an iframe or srcdoc element, then a title element is not required. Otherwise, |
8 | * this class must have one title element as a child in addition to any other |
9 | * metadata |
10 | */ |
11 | class Head |
12 | { |
13 | |
14 | } |