I encounter this error when override empty.xml Layout for custom theme
I got this error
1 exception(s): Exception #0 (Magento\Framework\Config\Dom\ValidationException): Element 'container', attribute 'htmlId': [facet 'pattern'] The value 'page-content inset' is not accepted by the pattern '[a-zA-Z][a-zA-Z\d-_:]*'. Line: 21
Element 'container', attribute
htmlId: 'page-content inset' is not a valid value of the atomic typehtmlIdentifierType. Line: 21
when I tried to set container with Id having space
I want to know how it's works.
it's work fine when i change id from
page-content insettopage-content-inset

