Dan Brickley

Results 125 issues of Dan Brickley

This issue exists primarily to orientate anyone whose issue has been moved from the main Schema.org [issue tracker](https://github.com/schemaorg/schemaorg/issues) into the newer [suggestions-questions-brainstorming issues](https://github.com/schemaorg/suggestions-questions-brainstorming/issues/) list. _Your suggestions are still important to...

It would be useful to have show examples in which content is also styled with CSS (at least Microdata and RDFa). See also http://css-tricks.com/attribute-selectors/ https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors http://caniuse.com/#feat=css-sel2 http://caniuse.com/#feat=css-sel3 http://stackoverflow.com/questions/19778151/targetting-itemprop-in-css

Migrated in from https://www.w3.org/2011/webschema/track/issues/16 Currently only exact dates and date ranges are possible. There are situations where something vaguer is needed to match existing data and apps: ``` Use cases....

- See https://www.w3.org/wiki/WebSchemas/Measurement - From Jason Johnson's work on Sports schemas. - https://www.w3.org/wiki/images/4/42/Schema.orgMeasurement.pdf

There are still proposals listed in https://www.w3.org/wiki/index.php?title=WebSchemas/SchemaDotOrgProposalsArchive#2011-2014_Proposals_for_Schema.org that are not tracked here or finalized. They should be noted in github issues.

Can places have timezones? events? how far can we go? (EmailMessage, Volcano, ...) It would be good to avoid having lots of properties that all say "Timezone in 8601 format...

Sometimes usage of a term is discouraged, with no clear, obvious and exact successor. In such cases we need a way (in the schema config and site UI) for indicating...

see schemaorg/schemaorg#854 schemaorg/schemaorg#286 there is some chance (especially if we alias away @ in JSON-LD keywords @type @id that people will look on schema.org site for these. See https://github.com/schemaorg/schemaorg/blob/sdo-phobos/sdoapp.py#L1407 and...

Various amongst us have been experimenting with visualizations of schema.org - the hierarchy as well as other information such as usage data. We should collect some of this. For example,...

> minimize JS->wasm calls in favour of accessing Emscripten heap directly Where do you do this? Have you tried removing this hack?