#barnabyprobably, yep. last time I worked on the PHP parser, deriving implied properties were one of the last stages
#[jacky]but I think it's the parser pulling it out still
#barnabyhmm that’s true. I’m not sure if that’s just a parsing spec oversight, or if we ever made a specific decision about it. I’d err on the side of leaving the text content of child dt-* elements in, as the name will probably make more sense with them than without
#barnabyI wonder what use cases there are for implied name on items with explicit dates
#[jacky]I can see the case of `<div class="h-entry">soon it will be <time datetime="$TOMORROW_DATE" class="dt-published">tomorrow</time></div>` needing to be parsed as "soon it will be tomorrow"
#[jacky]hm okay this is an order issue thing, that I can shift
#barnabytrue, it could be useful for minimal event markup