Home | History | Annotate | Download | only in editing

Lines Matching full:self

568 // Rules of self-closure
569 // 1. No elements in HTML documents use the self-closing syntax.
570 // 2. Elements w/ children never self-close because they use a separate end tag.
572 // 4. Other elements self-close.