Dominic Battre
Dominic Battre
Currently the HTML Standard seems a bit US centric: The [autocomplete attribute](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill) supports the `street-address` type for an unstructured street address or `address-line1`, `address-line2` and `address-line3` for the respective lines....
When [trying to build FlatBuffers tests](https://chromium-review.googlesource.com/c/chromium/src/+/3964991) (revision https://github.com/google/flatbuffers/commit/0fe13cb28ce5a3fb81f654b21cb37c9821194962) for Java in Chrome, I get the following error message which looks to me like a plausible bug in the Java code...
[include_test/sub/include_test2.fbs](https://github.com/google/flatbuffers/blob/master/tests/include_test/sub/include_test2.fbs) references TableA from [include_test/include_test1.fbs](https://github.com/google/flatbuffers/blob/master/tests/include_test/include_test1.fbs) but the latter does not live in a namespace. This is not compatible with Java, which does not allow to import a class from the...