⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 92140 in webkit


Ignore:
Timestamp:
Aug 1, 2011, 2:10:56 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

Update comment added in r92139 per Darin's suggestion.

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::styleForElement):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r92139 r92140  
     12011-08-01  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update comment added in r92139 per Darin's suggestion.
     4
     5        * css/CSSStyleSelector.cpp:
     6        (WebCore::CSSStyleSelector::styleForElement):
     7
    182011-08-01  Ryosuke Niwa  <rniwa@webkit.org>
    29
  • trunk/Source/WebCore/css/CSSStyleSelector.cpp

    r92139 r92140  
    13631363    }
    13641364
    1365     // Don't propagate user-modify into shadow DOM
     1365    // Even if surrounding content is user-editable, shadow DOM should act as a single unit, and not necessarily be editable
    13661366    if (isAtShadowBoundary(e))
    13671367        m_style->setUserModify(RenderStyle::initialUserModify());
Note: See TracChangeset for help on using the changeset viewer.