[Webkit-unassigned] [Bug 83970] HTML object tag codebase attribute is not used as a base one for data URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 20 05:43:28 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83970





--- Comment #11 from dizaipeter at 163.com  2012-04-20 05:43:28 PST ---
http://www.w3.org/TR/1999/REC-html401-19991224/struct/objects.html


I have read the specification on this URL page .
You can see this section:

Attribute definitions

classid = uri [CT] 
This attribute may be used to specify the location of an object's implementation via a URI. It may be used together with, or as an alternative to the data attribute, depending on the type of object involved. 
codebase = uri [CT] 
This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes. When absent, its default value is the base URI of the current document. 
codetype = content-type [CI] 
This attribute specifies the content type of data expected when downloading the object specified by classid. This attribute is optional but recommended when classid is specified since it allows the user agent to avoid loading information for unsupported content types. When absent, it defaults to the value of the type attribute. 
data = uri [CT] 
This attribute may be used to specify the location of the object's data, for instance image data for objects defining images, or more generally, a serialized form of an object which can be used to recreate it. If given as a relative URI, it should be interpreted relative to the codebase attribute. 
type = content-type [CI] 
This attribute specifies the content type for the data specified by data. This attribute is optional but recommended when data is specified since it allows the user agent to avoid loading information for unsupported content types. If the value of this attribute differs from the HTTP Content-Type returned by the server when the object is retrieved, the HTTP Content-Type takes precedence. 
archive = uri-list [CT] 
This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes. Preloading archives will generally result in reduced load times for objects. Archives specified as relative URIs should be interpreted relative to the codebase attribute. 
declare [CI] 
When present, this boolean attribute makes the current OBJECT definition a declaration only. The object must be instantiated by a subsequent OBJECT definition referring to this declaration. 
standby = text [CS] 
This attribute specifies a message that a user agent may render while loading the object's implementation and data. 


As far as I know, webkit, can support htlm4.01, and partial HTML5 is suported

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list