tirael 3 Posted August 21, 2016 Report Share Posted August 21, 2016 Всем привет. С большей частью разобрался сам. Остались несколько непонятные для меня, помогите разобраться. 1) Attribute xmlns:v not allowed here. From line 230, column 8; to line 230, column 74 ">↩ <div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#">↩ 2) Warning: Attribute with the local name xmlns:v is not serializable as XML 1.0. From line 230, column 8; to line 230, column 74 ">↩ <div class="breadcrumb" xmlns:v="http://rdf.data-vocabulary.org/#">↩ 3) Error: Bad value for attribute action on element form: Must be non-empty. From line 245, column 5; to line 245, column 20 /div>↩ <form action="">↩ Syntax of URL: Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Common non-alphanumeric characters other than ! $ & ' ( ) * + - . / : ; = ? @ _ ~ generally must be percent-encoded. For example, the pipe character (|) must be encoded as %7C.4) Error: Attribute onselectstart not allowed on element div at this point. From line 254, column 7; to line 254, column 58 t">↩ <div class="trackbar" onSelectStart="return false;">↩ Attributes for element div: Global attributes 5) Error: Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.) From line 2309, column 5; to line 2309, column 27 /div>↩ <style type="text/css">↩ /*= Contexts in which element style may be used: Where metadata content is expected. In a noscript element that is a child of a head element. Content model for element div: Flow content. sergej2638 1 Link to post Share on other sites
valentino 60 Posted August 25, 2016 Report Share Posted August 25, 2016 1 и 2 - не существующий атрибут элемента div - xmlns:v="http://rdf.data-vocabulary.org/#"его нужно удалить 3 - значение атрибута action="" элемента form не может быть пустым 4 - не существующий атрибут элемента div - onSelectStart="return false;" его нужно удалить 5 - элемент <style type="text/css"> нужно перенести в head Link to post Share on other sites
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now