Questions tagged [html-object]

The object element in HTML "represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin." (Citation: MDN)

Resources

61 questions
11
votes
4 answers

Concatenating html object arrays with javascript

I'm attempting to merge two arrays made up of html objects. For some reason using .concat() will not work for me. Here's a simple pen to demonstrate the problem: http://codepen.io/anon/pen/kIeyB Note: I tried searching for something remotely…
user3718546
  • 303
  • 3
  • 12
10
votes
2 answers

How do I add alternative text to an object?

If I had an object like this:

Karen
  • 1,041
  • 3
  • 16
  • 26
8
votes
1 answer

Chrome Object tags load multiple times when setting style position: absolute

Having some trouble sorting through the correct approach to handling the load event in Chrome when loading HTML objects. I'm using HTML objects to load widgets into a web based dashboard and the load event looks to be broken in Chrome, as I get…
deandob
  • 4,508
  • 5
  • 22
  • 32
8
votes
1 answer

OBJECT vs IFRAME video embeds

The question has already been asked as to whether OBJECT or IFRAME should be used for video embedding... Should I use or