Source/core/dom directory is getting messy.
- It would be better to clean up or organize files so that a naming of a file (or a class) matches a usage in DOM Standard, if a wrong name is used without a strong reason.
- Basically, Source/core/dom should be used in general features which are defined in DOM Standard. An exception might be okay for a historical reasons, but that should be avoided to reduce the confusion. For example, if some files are only used for the specific HTML elements, it would be put in better locations other than in Source/core/dom.
Source/core/dom directory is getting messy.
- It would be better to clean up or organize files so that a naming of a file (or a class) matches a usage in DOM Standard, if a wrong name is used without a strong reason.
- Basically, Source/core/dom should be used in general features which are defined in DOM Standard. An exception might be okay for a historical reason, but that should be avoided to reduce the confusion. For example, if files are used only for the specific HTML elements, it would be put in better locations other than in Source/core/dom.
Comment 1 by hayato@chromium.org
, Jul 3 2017