This section will probably include details on how to render DATAGRID (including its pseudo-elements ), drag-and-drop, etc, in a visual medium, in concert with CSS. Terms that need to be defined include: sizing of embedded content
CSS UAs in visual media must, when scrolling a page to a fragment identifier, align the top of the viewport with the target element's top border edge.
must define letting the user (追記) " (追記ここまで) obtain a physical form
(追記) (or a representation of a physical
form)" (追記ここまで) of a document (printing) and what this means for the
(削除) UA (削除ここまで) (追記) UA, in
particular creating a new view for the print media. (追記ここまで)
Must define that in CSS, tag names in HTML documents, and class names in quirks mode documents, are case-insensitive.
This section is wrong. mediaMode will end up on Window, I think. All views implement Window.
Any object implement the AbstractView
interface
must also implement the MediaModeAbstractView
interface.
interface MediaModeAbstractView { readonly attribute DOMString mediaMode; };
The mediaMode
attribute
on objects implementing the MediaModeAbstractView
interface
must return the string that represents the canvas' current
rendering mode ( screen
, print
, etc).
This is a lowercase string, as defined by the
CSS specification . [CSS21]
Some user agents may support multiple media, in which case there
will exist multiple objects implementing the
AbstractView
interface. Only the default view
implements the Window
interface.
The other views can be reached using the view
attribute of the UIEvent
(削除) inteface, (削除ここまで) (追記) interface, (追記ここまで) during event propagation. There is no
way currently to enumerate all the views.
UAs should use the command's Icon as the default generic icon
provided by the user agent when the 'icon' property computes to
'auto' on an element that either defines a command or refers to one
using the command
attribute,
but when the property computes to an actual image, it should use
that image instead.
(追記) body (追記ここまで)
(追記) element (追記ここまで)(追記) Need to define the content attributes in terms of CSS or something. (追記ここまで)
[XXX] interface HTMLDocument {(追記) attribute DOMString fgColor; attribute DOMString bgColor; attribute DOMString linkColor; attribute DOMString vlinkColor; attribute DOMString alinkColor; }; (追記ここまで)
(追記) The (追記ここまで) (追記) fgColor (追記ここまで)
(追記) attribute on the (追記ここまで) (追記) Document (追記ここまで)
(追記) object
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the (追記ここまで)
(追記) text (追記ここまで)
(追記) attribute
on (追記ここまで) (追記) the (追記ここまで)
(追記) body (追記ここまで)
(追記) element (追記ここまで) .
(追記) The (追記ここまで) (追記) bgColor (追記ここまで)
(追記) attribute on the (追記ここまで) (追記) Document (追記ここまで)
(追記) object
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the (追記ここまで)
(追記) bgcolor (追記ここまで)
(追記) attribute
on (追記ここまで) (追記) the (追記ここまで)
(追記) body (追記ここまで)
(追記) element (追記ここまで) .
(追記) The (追記ここまで) (追記) linkColor (追記ここまで)
(追記) attribute on the (追記ここまで) (追記) Document (追記ここまで)
(追記) object
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the (追記ここまで)
(追記) link (追記ここまで)
(追記) attribute
on (追記ここまで) (追記) the (追記ここまで)
(追記) body (追記ここまで)
(追記) element (追記ここまで) .
(追記) The (追記ここまで) (追記) vLinkColor (追記ここまで)
(追記) attribute on the (追記ここまで) (追記) Document (追記ここまで)
(追記) object
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the (追記ここまで)
(追記) vlink (追記ここまで)
(追記) attribute
on (追記ここまで) (追記) the (追記ここまで)
(追記) body (追記ここまで)
(追記) element (追記ここまで) .
(追記) The (追記ここまで) (追記) aLinkColor (追記ここまで)
(追記) attribute on the (追記ここまで) (追記) Document (追記ここまで)
(追記) object
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the (追記ここまで)
(追記) alink (追記ここまで)
(追記) attribute
on (追記ここまで) (追記) the (追記ここまで)
(追記) body (追記ここまで)
(追記) element (追記ここまで) .
class=idl>[XXX] interface HTMLBodyElement { attribute DOMString text; attribute DOMString bgColor; attribute DOMString background; attribute DOMString link; attribute DOMString vLink; attribute DOMString aLink; };
(追記) The (追記ここまで) (追記) text (追記ここまで)
(追記) DOM attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) text (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) The (追記ここまで) (追記) bgColor (追記ここまで)
(追記) DOM
attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) bgcolor (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) The (追記ここまで) (追記) background (追記ここまで)
(追記) DOM
attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) background (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) The (追記ここまで) (追記) link (追記ここまで)
(追記) DOM attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) link (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) The (追記ここまで) (追記) aLink (追記ここまで)
(追記) DOM
attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) alink (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) The (追記ここまで) (追記) vLink (追記ここまで)
(追記) DOM
attribute of the (追記ここまで) (追記) body (追記ここまで)
(追記) element
must (追記ここまで) (追記) reflect (追記ここまで) (追記) the
element's (追記ここまで) (追記) vlink (追記ここまで)
(追記) content
attribute. (追記ここまで)
(追記) applet (追記ここまで)
(追記) element (追記ここまで)(追記) The (追記ここまで) (追記) applet (追記ここまで)
(追記) element is a Java-specific variant of the (追記ここまで)
(追記) embed (追記ここまで)
(追記) element. In HTML5 the (追記ここまで) (追記) applet (追記ここまで)
(追記) element is obsoleted so that all extension frameworks
(Java, .NET, Flash, etc) are handled in a consistent
manner. (追記ここまで)
(追記) If the (追記ここまで)
(追記) sandboxed plugins
browsing context flag (追記ここまで) (追記) is set on
the (追記ここまで) (追記) browsing
context (追記ここまで) (追記) for which the (追記ここまで)
(追記) applet (追記ここまで)
(追記) element's
document is the (追記ここまで) (追記) active document (追記ここまで) ,(追記) then
the element must be ignored (it represents nothing). (追記ここまで)
(追記) Otherwise, (追記ここまで) (追記) define how the element works, if supported (追記ここまで) .
[XXX] interface HTMLDocument {(追記) readonly attribute HTMLCollection applets; }; (追記ここまで)
(追記) The (追記ここまで) (追記) applets (追記ここまで)
(追記) attribute must return an (追記ここまで) (追記) HTMLCollection (追記ここまで)
(追記) rooted at the (追記ここまで) (追記) Document (追記ここまで)
(追記) node, whose
filter matches only (追記ここまで) (追記) applet (追記ここまで)
(追記) elements. (追記ここまで)