Interface HTMLClasses
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface HTMLClasses
HTML classes used to identify the role of HTML elements.
- Since:
- 15.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Class used to identify the document root.static final String
Class used to identify the span generated as a placeholder in empty elements.static final String
Class used to identify a marker that surrounds an end sentinel.static final String
Marks content that is filtered by the active profiling conditions.static final String
Class that marks foldable nodes.static final String
Class that marks folded nodes.static final String
If a delete marker covers a sentinel, but not its pair the XML PI serialization does not cover the sentinel.static final String
Class used to identify a marker that surrounds an image.static final String
Class used to identify wrapper elements used to style images for change tracking and comments.static final CharSequence
Class of oxy_label spans.static final String
Extra class for oxy_label spans which have a specified width.static final String
Class used to identify elements that correspond to markers.static final String
Class added to CSS ::marker pseudo-elements that need to be rendered outside their parent.static final String
Class that marks nodes with "visibility: -oxy-collapse-text".static final String
Class that marks root node when the quickUPDownNavigation option is onstatic final String
Class added to the document root and used in CSS in order to adjust the specificity of some rules.static final String
Class used to identify sentinels.static final String
Prefix for classes used to identify the type of the sentinel.static final String
Class used to identify a marker that surrounds a sentinel.static final String
Prefix for classes used to identify the type of the sentinel that a marker surrounds.static final String
Class used to identify a marker that surrounds a start sentinel.static final String
Class used to identify a piece of static content.static final String
Class added to HTML elements that correspond to an XML table.
-
Field Details
-
MARKER
Class used to identify elements that correspond to markers.- See Also:
-
IMAGE_WRAPPER
Class used to identify wrapper elements used to style images for change tracking and comments.- See Also:
-
DOCUMENT
Class used to identify the document root.- See Also:
-
PRIORITY_BOOST
Class added to the document root and used in CSS in order to adjust the specificity of some rules.- See Also:
-
SENTINEL_MARKER_DISPLAY_PREFIX
Prefix for classes used to identify the type of the sentinel that a marker surrounds.- See Also:
-
SENTINEL_MARKER
Class used to identify a marker that surrounds a sentinel.- See Also:
-
IMAGE_MARKER
Class used to identify a marker that surrounds an image.- See Also:
-
START_SENTINEL_MARKER
Class used to identify a marker that surrounds a start sentinel.- See Also:
-
END_SENTINEL_MARKER
Class used to identify a marker that surrounds an end sentinel.- See Also:
-
SENTINEL
Class used to identify sentinels.- See Also:
-
SENTINEL_DISPLAY_PREFIX
Prefix for classes used to identify the type of the sentinel.- See Also:
-
EMPTY_PLACEHOLDER
Class used to identify the span generated as a placeholder in empty elements.- See Also:
-
STATIC_CONTENT
Class used to identify a piece of static content.- See Also:
-
LABEL
Class of oxy_label spans. -
LABEL_WIDTH_SPECIFIED
Extra class for oxy_label spans which have a specified width.- See Also:
-
OXY_COLLAPSE_TEXT
Class that marks nodes with "visibility: -oxy-collapse-text".- See Also:
-
OXY_QUICK_UP_DOWN
Class that marks root node when the quickUPDownNavigation option is on- See Also:
-
FOLDABLE
Class that marks foldable nodes.- See Also:
-
FOLDED_BY_DEFAULT
Class that marks folded nodes.- See Also:
-
TABLE_CONTAINER
Class added to HTML elements that correspond to an XML table. These elements are usually div-s and have an HTML <table> element as a child.- See Also:
-
GHOST_MARKER
If a delete marker covers a sentinel, but not its pair the XML PI serialization does not cover the sentinel. In Author mode, we do not strike-through that sentinel. In the HTML rendering we do not render a span around that sentinel.
The only exception happens when a marker contains only such sentinels. These markers are called ghost markers because they are present in the markers model but are not serialized in XML.
When we render the HTML, we generate a span for these markers and add this class to make sure that they will not show a visual strike-through.
- See Also:
-
FILTERED
Marks content that is filtered by the active profiling conditions.- See Also:
-
MARKER_PSEUDO_ELEMENT_OUTSIDE
Class added to CSS ::marker pseudo-elements that need to be rendered outside their parent.- See Also:
-