Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
Dl
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace pvc\html\elements_structured;
4
5/**
6 * allowed children include dt and dd elements along with script and
7 * template elements.
8 *
9 * the dt/dd pairs can be wrapped in div elements for styling
10 *
11 * If there is a dt/dd child pair with palpable content, then this element
12 * also has palpable content
13 */
14class Dl
15{
16
17}