You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constexpectedDocumentation=`The div element has no special meaning at all. It represents its children. It can be used with the class, lang, and title attributes to mark up semantics common to a group of consecutive elements.
63
55
64
-
expect(divTagCompletionItem).toBeDefined();
56
+
 _Widely available across major browsers (Baseline since 2015)_
65
57
66
-
// Reader, you may be wondering why the kind is a Property. To that I say: I don't know.
67
-
// If you find out please add a detailed explanation. Thank you in advance.
'The div element has no special meaning at all. It represents its children. It can be used with the class, lang, and title attributes to mark up semantics common to a group of consecutive elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/HTML/Element/div)'
0 commit comments