ASEAN Human Rights Agreements: AICHR Calls for Integration
- Here's a breakdown of the provided HTML snippet, focusing on the key elements and their content:
- * : This element encapsulates the image and its associated caption.
- * First Paragraph: "Trade agreements cannot cause our people to pay more for essentials or imports like medicines." * Second paragraph: Bon said the right to progress, as...
Here’s a breakdown of the provided HTML snippet, focusing on the key elements and their content:
1. Image and Caption:
* <figure>: This element encapsulates the image and its associated caption.
* <img>: The image tag itself.
* src="...": The source URL of the image. it’s a long URL pointing to a Cloudflare-processed image hosted on freemalaysiatoday.com. Notice the URL includes a lot of parameters:
* width=...: Specifies the desired width of the image (varying values like 3840, 2048, 1920, etc.). This is a responsive image setup, providing different sizes for different screen sizes.
* quality=...: Sets the image quality (75 or 80).
* format=auto: Allows the server to choose the best image format (likely WebP or JPEG) based on browser support.
* fit=scale-down: Indicates that the image should be scaled down if it’s larger than the specified width.
* metadata=none: Removes metadata from the image.
* sharpen=1: Applies a sharpening filter.
* dpr=1: Device Pixel Ratio.
* onerror=redirect/...: If the image fails to load, redirect to the original source.
* alt="": (Missing in this snippet, but importent for accessibility). The alt attribute should provide a text description of the image.
* <figcaption>: The caption for the image.
* Text: “Asean Intergovernmental Commission on Human Rights chair Edmund Bon. (Facebook pic)” This identifies the person in the image and the source of the image.
2. Text Paragraphs:
* <p>: Paragraph tags containing the article’s text.
* First Paragraph: “Trade agreements cannot cause our people to pay more for essentials or imports like medicines.”
* Second paragraph: Bon said the right to progress, as enshrined in the Asean Human Rights Declaration, must be viewed as both an individual and collective right.
* Third Paragraph: Governments, he said, are bound by international human rights law to realize economic. (The paragraph is incomplete.)
In Summary:
This HTML snippet presents an image of Edmund Bon, the chair of the Asean Intergovernmental Commission on Human Rights, along wiht a caption identifying him. It’s followed by three paragraphs of text that appear to be part of an article discussing trade agreements and human rights,specifically the right to development. The image is served through Cloudflare, which is optimizing it for different screen sizes and devices.
