- From: Wanming Lin via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Aug 2019 10:50:09 +0000
- To: public-web-nfc@w3.org
Honry has just created a new issue for https://github.com/w3c/web-nfc: == Split definitions for IDL members into separate paragraphs == e.g. > The NFCReadingEvent is the event being dispatched on new NFC readings. The NFCReadingEvent.serialNumber property represents the serial number of the device used for anti-collision and identification, or empty string in case none is available. The NFCReadingEvent.message is an NDEFMessage object. NFCReadingEventInit is used to initialize a new event with a serial number and the NDEFMessageInit data via the NFCReadingEventInit.message member. If NFCReadingEventInit.serialNumber is not present or is null, empty string will be used to init the event. Definitions for `NFCReadingEvent` and `NDEFMessageInit ` are merged into one paragraphs, and most of their members are not defined. It'd be better to split them into separate paragraphs, maybe better with a standalone `<section>`. Same for the others. Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/252 using your GitHub account
Received on Thursday, 1 August 2019 10:50:11 UTC