{"id":21896959,"url":"https://github.com/fititnt/html51-translation-testing-hello-world","last_synced_at":"2025-09-06T09:45:52.817Z","repository":{"id":141349188,"uuid":"72906594","full_name":"fititnt/html51-translation-testing-hello-world","owner":"fititnt","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-05T08:07:56.000Z","size":21547,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"html5.1-translation-pt","last_synced_at":"2025-03-22T05:16:10.999Z","etag":null,"topics":["html-specification","specification-translation"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fititnt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-11-05T05:14:13.000Z","updated_at":"2018-03-01T05:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4e93c26-a7be-45a0-bb7d-e77f0a77ffc9","html_url":"https://github.com/fititnt/html51-translation-testing-hello-world","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fititnt/html51-translation-testing-hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fititnt%2Fhtml51-translation-testing-hello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fititnt%2Fhtml51-translation-testing-hello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fititnt%2Fhtml51-translation-testing-hello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fititnt%2Fhtml51-translation-testing-hello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fititnt","download_url":"https://codeload.github.com/fititnt/html51-translation-testing-hello-world/tar.gz/refs/heads/html5.1-translation-pt","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fititnt%2Fhtml51-translation-testing-hello-world/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886640,"owners_count":25185509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-specification","specification-translation"],"created_at":"2024-11-28T14:15:10.324Z","updated_at":"2025-09-06T09:45:52.795Z","avatar_url":"https://github.com/fititnt.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML\r\n\r\n[![Build Status](https://travis-ci.org/w3c/html.svg?branch=master)](https://travis-ci.org/w3c/html)\r\n\r\nThis is the repository for the [Working Draft of the HTML specification](https://w3c.github.io/html/). This repository is managed by the [W3C Web Platform Working Group](https://www.w3.org/WebPlatform/WG/).\r\n\r\n## Editorial Documentation\r\n\r\nThe specification is built using Bikeshed. If you would like to propose edits, please make sure that they result in a specification that will build correctly, by testing in your own clone of the repository.\r\n\r\n1. Install [bikeshed](https://github.com/tabatkins/bikeshed)\r\n2. From the HTML folder open a command prompt\r\n3. run bikeshed update: `bikeshed update`\r\n4. run bikeshed: `bikeshed spec`\r\n\r\nFor the multipage version, one can do as follows:\r\n\r\n1. Install [multipage](https://github.com/adrianba/multipage)\r\n2. Follow the instructions there to regenerate the HTML files\r\n\r\nThere are some conventions for linking to things. For example, \r\n* For definitions of standard terms, use `\u003ca\u003eterm known to bikeshed\u003c/a\u003e`\r\n* For definitions of elements use `\u003c{img}\u003e`\r\n* For definitions of attributes use `\u003c{img/alt}\u003e`\r\n* For WebIDL terms use `{{HTMLImageElement/alt}}`\r\n* For Normative references use `[[!shortname]]` where `shortname` is the W3C \"shortname\" of the spec\r\n* For informative references use `[[shortname]]`\r\n\r\n## Contributing to this Repository\r\n\r\nUse the standard fork, branch, and pull request workflow to propose changes to the specification. Please make branch names informative - by including the issue or bug number for example.\r\n\r\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions.\r\n\r\nTo make changes to the specification:\r\n\r\n1. Edit single-page.bs (or one of the include files it references) in the `master` branch. Do not edit the HTML files in the `gh-pages` branch. These are built automatically.\r\n2. Edit the [Acknowledgements section](https://github.com/w3c/html/blob/master/sections/acknowledgements.include) in the `master` branch to include your name.\r\n3. Ideally run bikeshed on single-page.bs to make sure there are no errors (run `bikeshed spec`).\r\n4. Create a pull request but do not include the single-page.html file\r\n5. When the editors merge and commit your pull request Travis-CI will build the HTML files\r\n\r\nThe following considerations should be kept in mind when making a pull request:\r\n\r\n* Editorial changes that improve the readability of the spec or correct spelling or grammatical mistakes are welcome.\r\n* Ideally new features should be proposed in a new specification and not as additions to the HTML spec. The [Web Platform WG charter](https://www.w3.org/2015/10/webplatform-charter.html#deliverables) requires that the WG only adopt new proposals after they have been through an incubation phase. Please consider the WICG's [Intent to Migrate](https://wicg.github.io/admin/intent-to-migrate.html) template when proposing new features.\r\n* Normative changes to the spec should aim to improve interoperability amongst browsers. Such changes should be accompanied by a test case to show that the change does this. It may also include links to bug trackers for browsers showing that there is an intent to adopt the new behaviour.\r\n* Normative changes to the spec should be associated with a bug or issue that describes the reason for the change.\r\n\r\n## HTML branching and versioning\r\n\r\nThe `master` branch of this repository always contains the **work in progress** version of the HTML specification. This branch always welcomes substantive and editorial changes and pull requests.\r\n\r\nThe `master` branch is always exposed at [https://www.w3.org/TR/html/](https://www.w3.org/TR/html/).\r\n\r\nOnce a year, the HTML editors create a new `\u003cversion\u003e` branch for the HTML specification. It only contains features that the Working Group believes can be shipped as part of the W3C Recommendation. That branch becomes associated with a specific version of the HTML specification. For a *limited period* of time, the Editor Team only accepts editorial changes or removal of features at risks in this branch. It becomes frozen once that version of HTML becomes a W3C Recommendation. Unless you're targetting a specific version of HTML (and really, you shouldn't), pull requests MUST always be made against the `master` branch.\r\n\r\nThe `\u003cversion\u003e` branches are exposed as /TR/html`\u003cversion\u003e`/ .\r\n\r\n## Old HTML repository\r\n\r\nThe [old HTML repo](https://github.com/w3c/html-old) is available for archival purposes.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffititnt%2Fhtml51-translation-testing-hello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffititnt%2Fhtml51-translation-testing-hello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffititnt%2Fhtml51-translation-testing-hello-world/lists"}