W3C validation for <ui-select>
问题 I am using angular-ui-select within a website where the styled select fields are configured with an own tag named ui-select . This works great, but doing a W3C validation leads to this error: Element ui-select not allowed as child of element div in this context. (Suppressing further errors from this subtree.) Here's an example code: <!doctype html> <html lang="en"> <head><title>x</title></head> <body> <div> <ui-select></ui-select> </div> </body></html> I understand that <ui-select> is not