Commit a83715bf authored by kochi@chromium.org's avatar kochi@chromium.org

Minor comment nit fix

/shadow-deep/ -> /deep/
and one minor comment correction.

BUG=none
TEST=none

Review URL: https://codereview.chromium.org/334833002

git-svn-id: svn://svn.chromium.org/blink/trunk@176474 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent ad705780
......@@ -42,7 +42,7 @@ namespace WebCore {
// simple selector in the list. The relation() method returns the relationship of the current simple selector to
// the one in tagHistory(). For example, the CSS selector .a.b #c is represented as:
//
// selectorText(): .a.b .c
// selectorText(): .a.b #c
// --> (relation == Descendant)
// selectorText(): .a.b
// --> (relation == SubSelector)
......@@ -130,7 +130,7 @@ namespace WebCore {
IndirectAdjacent, // ~ combinator
SubSelector, // "No space" combinator
ShadowPseudo, // Special case of shadow DOM pseudo elements / shadow pseudo element
ShadowDeep // /shadow-deep/ combinator
ShadowDeep // /deep/ combinator
};
enum PseudoType {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment