- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Sat, 02 Dec 2017 01:36:07 +0000
- To: public-css-archive@w3.org
It's intentional, but not really necessary any longer. The spec-generator that spec previously used would generate `id=background-position` for the actual property definition, in the propdef table, and so we needed a different ID for the section so it wouldn't collide. Now tho, the default ID that gets generated for the property is `id=propdef-background-position` instead, so it's not necessary to have the `the-` in it. (The MDN specs were trying to point to the properties themselves, not the section.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2005#issuecomment-348657344 using your GitHub account
Received on Saturday, 2 December 2017 01:36:13 UTC