Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 264AF200B61 for ; Tue, 9 Aug 2016 21:54:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24664160AA5; Tue, 9 Aug 2016 19:54:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A7FF1160AB0 for ; Tue, 9 Aug 2016 21:54:12 +0200 (CEST) Received: (qmail 75086 invoked by uid 500); 9 Aug 2016 19:54:11 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 75077 invoked by uid 99); 9 Aug 2016 19:54:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 19:54:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3F3AEC9FCB for ; Tue, 9 Aug 2016 19:54:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.652 X-Spam-Level: X-Spam-Status: No, score=-3.652 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.432] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id inyswCw_NgJx for ; Tue, 9 Aug 2016 19:54:04 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 93DF260DFD for ; Tue, 9 Aug 2016 19:53:36 +0000 (UTC) Received: (qmail 72904 invoked by uid 99); 9 Aug 2016 19:53:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 19:53:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41296EE695; Tue, 9 Aug 2016 19:53:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Tue, 09 Aug 2016 19:54:05 -0000 Message-Id: In-Reply-To: <1d9a42c4ac944ef8baf73fdacc4ca3ea@git.apache.org> References: <1d9a42c4ac944ef8baf73fdacc4ca3ea@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [partial] incubator-juneau git commit: Rename project directories. archived-at: Tue, 09 Aug 2016 19:54:15 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java new file mode 100644 index 0000000..6187d51 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Nav extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java new file mode 100644 index 0000000..e5a9c45 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Noscript extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java new file mode 100644 index 0000000..11a3ed0 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Object extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java new file mode 100644 index 0000000..2203849 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Ol extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java new file mode 100644 index 0000000..bd46cea --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Optgroup extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java new file mode 100644 index 0000000..c00ba9c --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Option extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java new file mode 100644 index 0000000..920b1d3 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Output extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java new file mode 100644 index 0000000..86f5126 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class P extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java new file mode 100644 index 0000000..9ea876b --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Param extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java new file mode 100644 index 0000000..2096a17 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Pre extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java new file mode 100644 index 0000000..3646bee --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Progress extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java new file mode 100644 index 0000000..add1040 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Q extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java new file mode 100644 index 0000000..fdeae0a --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Rp extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java new file mode 100644 index 0000000..1ca64ff --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Rt extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java new file mode 100644 index 0000000..ae3dc4f --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Ruby extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java new file mode 100644 index 0000000..7ac35f0 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class S extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java new file mode 100644 index 0000000..2113f94 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Samp extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java new file mode 100644 index 0000000..dcbfca2 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Script extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java new file mode 100644 index 0000000..6f385d3 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Section extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java new file mode 100644 index 0000000..621c6b4 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Select extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java new file mode 100644 index 0000000..c55c100 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Small extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java new file mode 100644 index 0000000..8f5b54b --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Source extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java new file mode 100644 index 0000000..3a0ea97 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Span extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java new file mode 100644 index 0000000..3e1c2da --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Strong extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java new file mode 100644 index 0000000..8d2b900 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Style extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java new file mode 100644 index 0000000..a074e6d --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Sub extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java new file mode 100644 index 0000000..528859e --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Summary extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java new file mode 100644 index 0000000..abff4d7 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Sup extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java new file mode 100644 index 0000000..4e9c699 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Table extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java new file mode 100644 index 0000000..7987f6a --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Tbody extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java new file mode 100644 index 0000000..42cb8d2 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Td extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java new file mode 100644 index 0000000..fbad17b --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Textarea extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java new file mode 100644 index 0000000..ad7ef55 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Tfoot extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java new file mode 100644 index 0000000..19ff38d --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Th extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java new file mode 100644 index 0000000..df9b32b --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Thead extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java new file mode 100644 index 0000000..1e2ee72 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Time extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java new file mode 100644 index 0000000..24619a8 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Title extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java new file mode 100644 index 0000000..e27d7b6 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Tr extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java new file mode 100644 index 0000000..add86c0 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Track extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java new file mode 100644 index 0000000..1fa5e19 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class U extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java new file mode 100644 index 0000000..7e4f820 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Ul extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java new file mode 100644 index 0000000..eeaac40 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Var extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java new file mode 100644 index 0000000..d03de13 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Video extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java new file mode 100644 index 0000000..d95eaf7 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class Wbr extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java new file mode 100644 index 0000000..4960105 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java @@ -0,0 +1,26 @@ +/*************************************************************************************************************************** + * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + ***************************************************************************************************************************/ + +package org.apache.juneau.html.dto; + +import org.apache.juneau.xml.annotation.*; + +/** + * TODO + *

+ * + * @author James Bognar (james.bognar@salesforce.com) + */ +@Xml(name="x") +public class X extends HtmlElement { +} http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html b/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html new file mode 100644 index 0000000..a721d71 --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html @@ -0,0 +1,41 @@ + + + + + + + + + +

HTML Data Transfer Objects

+ + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt b/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt new file mode 100644 index 0000000..cd769ed --- /dev/null +++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt @@ -0,0 +1,142 @@ +ⓘ a – hyperlink CHANGED +ⓘ abbr – abbreviation +ⓘ address – contact information +ⓘ area – image-map hyperlink +ⓘ article – article NEW +ⓘ aside – tangential content NEW +ⓘ audio – audio stream NEW +ⓘ b – offset text conventionally styled in bold CHANGED +ⓘ base – base URL +ⓘ bdi – BiDi isolate NEW +ⓘ bdo – BiDi override +ⓘ blockquote – block quotation +ⓘ body – document body +ⓘ br – line break +ⓘ button – button +ⓘ button type=submit – submit button +ⓘ button type=reset – reset button +ⓘ button type=button – button with no additional semantics +ⓘ canvas – canvas for dynamic graphics NEW +ⓘ caption – table title +ⓘ cite – cited title of a work CHANGED +ⓘ code – code fragment +ⓘ col – table column +ⓘ colgroup – table column group +ⓘ command – command NEW +ⓘ command type=command – command with an associated action NEW +ⓘ command type=radio – selection of one item from a list of items NEW +ⓘ command type=checkbox – state or option that can be toggled NEW +ⓘ datalist – predefined options for other controls NEW +ⓘ dd – description or value +ⓘ del – deleted text +ⓘ details – control for additional on-demand information NEW +ⓘ dfn – defining instance +ⓘ div – generic flow container +ⓘ dl – description list +ⓘ dt – term or name +ⓘ em – emphatic stress +ⓘ embed – integration point for plugins NEW +ⓘ fieldset – set of related form controls +ⓘ figcaption – figure caption NEW +ⓘ figure – figure with optional caption NEW +ⓘ footer – footer NEW +ⓘ form – user-submittable form +ⓘ h1 – heading +ⓘ h2 – heading +ⓘ h3 – heading +ⓘ h4 – heading +ⓘ h5 – heading +ⓘ h6 – heading +ⓘ head – document metadata container +ⓘ header – header NEW +ⓘ hgroup – heading group NEW +ⓘ hr – thematic break CHANGED +ⓘ html – root element +ⓘ i – offset text conventionally styled in italic CHANGED +ⓘ iframe – nested browsing context (inline frame) +ⓘ img – image +ⓘ input – input control CHANGED +ⓘ input type=text – text-input field +ⓘ input type=password – password-input field +ⓘ input type=checkbox – checkbox +ⓘ input type=radio – radio button +ⓘ input type=button – button +ⓘ input type=submit – submit button +ⓘ input type=reset – reset button +ⓘ input type=file – file upload control +ⓘ input type=hidden – hidden input control +ⓘ input type=image – image-coordinates input control +ⓘ input type=datetime – global date-and-time input control NEW +ⓘ input type=datetime-local – local date-and-time input control NEW +ⓘ input type=date – date input control NEW +ⓘ input type=month – year-and-month input control NEW +ⓘ input type=time – time input control NEW +ⓘ input type=week – year-and-week input control NEW +ⓘ input type=number – number input control NEW +ⓘ input type=range – imprecise number-input control NEW +ⓘ input type=email – e-mail address input control NEW +ⓘ input type=url – URL input control NEW +ⓘ input type=search – search field NEW +ⓘ input type=tel – telephone-number-input field NEW +ⓘ input type=color – color-well control NEW +ⓘ ins – inserted text +ⓘ kbd – user input +ⓘ keygen – key-pair generator/input control NEW +ⓘ label – caption for a form control +ⓘ legend – title or explanatory caption +ⓘ li – list item +ⓘ link – inter-document relationship metadata +ⓘ map – image-map definition +ⓘ mark – marked (highlighted) text NEW +ⓘ menu – list of commands CHANGED +ⓘ meta – metadata CHANGED +ⓘ meta name – name-value metadata +ⓘ meta http-equiv=refresh – “refresh” pragma directive +ⓘ meta http-equiv=default-style – “preferred stylesheet” pragma directive +ⓘ meta charset – document character-encoding declaration NEW +ⓘ meta http-equiv=content-type – document character-encoding declaration +ⓘ meter – scalar gauge NEW +ⓘ nav – group of navigational links NEW +ⓘ noscript – fallback content for script +ⓘ object – generic external content +ⓘ ol – ordered list +ⓘ optgroup – group of options +ⓘ option – option +ⓘ output – result of a calculation in a form NEW +ⓘ p – paragraph +ⓘ param – initialization parameters for plugins +ⓘ pre – preformatted text +ⓘ progress – progress indicator NEW +ⓘ q – quoted text +ⓘ rp – ruby parenthesis NEW +ⓘ rt – ruby text NEW +ⓘ ruby – ruby annotation NEW +ⓘ s – struck text CHANGED +ⓘ samp – (sample) output +ⓘ script – embedded script +ⓘ section – section NEW +ⓘ select – option-selection form control +ⓘ small – small print CHANGED +ⓘ source – media source NEW +ⓘ span – generic span +ⓘ strong – strong importance +ⓘ style – style (presentation) information +ⓘ sub – subscript +ⓘ summary – summary, caption, or legend for a details control NEW +ⓘ sup – superscript +ⓘ table – table +ⓘ tbody – table row group +ⓘ td – table cell +ⓘ textarea – text input area +ⓘ tfoot – table footer row group +ⓘ th – table header cell +ⓘ thead – table heading group +ⓘ time – date and/or time NEW +ⓘ title – document title +ⓘ tr – table row +ⓘ track – supplementary media track NEW +ⓘ u – offset text conventionally styled with an underline CHANGED +ⓘ ul – unordered list +ⓘ var – variable or placeholder text +ⓘ video – video NEW +ⓘ wbr – line-break opportunity NEW \ No newline at end of file