tantek.com

t

  1. [css-color][css-color-3] Needs header link to Editor’s Draft

    on

    As is common convention in our modern specs, the header section needs a link to the CSS Color Level 3 Editor's draft (however that draft itself needs regenerating, it says "Editor's Draft 7 July 2014" currently).

    We need to update the Editor's draft source with a link to the viewable Editor's Draft, and then regenerate the Editor's draft Overview.html.

    Labels: css-color-3, Needs Edits

    on
  2. https://github.com/kartikprabhu Yes this also changes backcompat for hCalendar, 'description' would be interpreted as 'p-content' for h-event.

    https://github.com/gRegorLove yes try updating the consuming code to prefer 'content' over 'description' and see if everything still works. We may have to deprecate (rather than completely remove) 'p-description'. See how the consuming code update goes, and then see how much trouble it would be to update to publishing 'content' instead of 'description'.

    on
  3. Replace h-event 'description' with 'content' property

    on

    Splitting off from issue 2: it appears most (nearly all?) currently published h-event posts are using "content" (adopted from h-entry) instead of "description" (from mf1 hCalendar).

    Should we drop "p-description" and replace it with "e-content" in h-event? (before transitioning h-event from Draft to Specification)

    Are there any h-event (mf2, not backcompat mf1) consuming applications that depend on 'descripton'?

    Are there any h-event (mf2, not backcompat mf1) publishers that only publish 'description' and not 'content'?

    cc: @kevinmarks @Zegnat @aaronpk @martymcguire

    on