Advertisement
Guest User

Untitled

a guest
Mar 6th, 2011
2,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.76 KB | None | 0 0
  1. <object width="640" height="390">
  2. <param name="movie" value="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_LV&amp;rel=0">
  3. </param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always">
  4. </param><embed src="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_LV&amp;rel=0"
  5. type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed>
  6. </object>
  7.  
  8.  
  9.  
  10.  
  11. 1. Error Line 125, Column 33: document type does not allow element "object" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag
  12.  
  13. <object width="640" height="390">
  14.  
  15.  
  16. The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
  17.  
  18. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  19. 2. Error Line 126, Column 94: end tag for "param" omitted, but OMITTAG NO was specified
  20.  
  21. …ovie" value="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_LV&amp;rel=0">
  22.  
  23.  
  24. You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
  25. 3. Info Line 126, Column 1: start tag was here
  26.  
  27. <param name="movie" value="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_…
  28.  
  29. 4. Error Line 127, Column 8: end tag for element "param" which is not open
  30.  
  31. </param><param name="allowFullScreen" value="true"></param><param name="allowsc…
  32.  
  33.  
  34. The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
  35.  
  36. If this error occurred in a script section of your document, you should probably read this FAQ entry.
  37. 5. Error Line 127, Column 107: end tag for "param" omitted, but OMITTAG NO was specified
  38.  
  39. …ullScreen" value="true"></param><param name="allowscriptaccess" value="always">
  40.  
  41.  
  42. You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
  43. 6. Info Line 127, Column 60: start tag was here
  44.  
  45. …allowFullScreen" value="true"></param><param name="allowscriptaccess" value="a…
  46.  
  47. 7. Error Line 128, Column 8: end tag for element "param" which is not open
  48.  
  49. </param><embed src="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_LV&amp;…
  50.  
  51.  
  52. The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
  53.  
  54. If this error occurred in a script section of your document, you should probably read this FAQ entry.
  55. 8. Error Line 128, Column 20: there is no attribute "src"
  56.  
  57. </param><embed src="http://www.youtube.com/v/hVyZRfktTKM?fs=1&amp;hl=lv_LV&amp;…
  58.  
  59.  
  60. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  61.  
  62. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  63.  
  64. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  65. 9. Error Line 129, Column 6: there is no attribute "type"
  66.  
  67. type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen…
  68.  
  69.  
  70. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  71.  
  72. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  73.  
  74. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  75. 10. Error Line 129, Column 56: there is no attribute "allowscriptaccess"
  76.  
  77. …/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="6…
  78.  
  79.  
  80. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  81.  
  82. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  83.  
  84. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  85. 11. Error Line 129, Column 81: there is no attribute "allowfullscreen"
  86.  
  87. …wscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed>
  88.  
  89.  
  90. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  91.  
  92. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  93.  
  94. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  95. 12. Error Line 129, Column 94: there is no attribute "width"
  96.  
  97. …wscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed>
  98.  
  99.  
  100. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  101.  
  102. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  103.  
  104. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  105. 13. Error Line 129, Column 107: there is no attribute "height"
  106.  
  107. …wscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed>
  108.  
  109.  
  110. You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
  111.  
  112. This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
  113.  
  114. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  115. 14. Error Line 129, Column 112: element "embed" undefined
  116.  
  117. …wscriptaccess="always" allowfullscreen="true" width="640" height="390"></embed>
  118.  
  119.  
  120. You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
  121. * incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
  122. * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
  123. * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement