Vlad Bailescu

Results 38 comments of Vlad Bailescu

There's no similar concept to the `default` keyword. But you can still do all of these with the current spec, you just need to explicitly state the default value. *...

The way I read the specs, it seems we're supposed to describe in `sizes` all available sizes from `srcset` and the media queries for widths corresponding to those sizes. It's...

So what's the alternative then? We define `sizes="1px"` during server-side rendering and adjust the value to one of the available `srcset` widths with Javascript? Siemens example for me seems to...

The compare is done correctly (see https://github.com/adobe/htl-spec/blob/master/SPECIFICATION.md#1142-comparison-operators, specifically `Java Enum comparison`). The issue you see is actually related to the container adding a wrapper element on top of the responsive...

We'll track the backport for the fix under NPR-35565.

@knennigtri , when trying to validate the aforementioned backport we saw we cannot reproduce the issue with AEM 6.5.7.0 and Core Components 2.13+. The screenshots show a different (older) version...

@dhardtke , what version of AEM are you on? Is it working with different version of Core Components and failing with 2.14.0?

Custom meta tags can already be achieved with https://github.com/adobe/aem-core-wcm-components/blob/master/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/config/HtmlPageItemsConfig.java

@chintan97 , unless your container component has a super type of one of the panel containers (accordion, carousel, tabs), this won't work as the super-type delegate will not resolve to...