No bug - Add a reference and some context to a comment.

Differential Revision: https://phabricator.services.mozilla.com/D58457

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2019-12-31 19:04:22 +00:00
Родитель 1c4f6c00bf
Коммит adee218e3f
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -95,9 +95,11 @@ class DeclarationBlock final {
// copied. As a result the new value does not replace rule node tree until
// traversal happens.
//
// FIXME(emilio): This is a hack for ::first-line and transitions starting
// due to CSSOM changes when other transitions are already running. Try
// to simplify this setup.
// FIXME(emilio, bug 1606413): This is a hack for ::first-line and
// transitions starting due to CSSOM changes when other transitions are
// already running. Try to simplify this setup, so that rule tree updates
// find the mutated declaration block properly rather than having to
// insert the cloned declaration in the tree.
return Clone();
}